I have a Access DB which I want to upon a successful Login, allow the user to view tables with read or write permissions or both...This is what I have thus far...Any help would be greatly appreciated...
Private Sub btnLogin_Click()
Dim strCBOPassword As String
Dim strPassword As String...