M
Mitchel
OK, can someone tell me why this doesnt work?
Im a noob... All i want to do it show a list after you give correct
login cred - sound easy enough
Private Sub Command3_Click()
frmLogin.Show
If frmLogin.LoginSucceeded = True Then List2.Visible = True
End Sub
Im a noob... All i want to do it show a list after you give correct
login cred - sound easy enough
Private Sub Command3_Click()
frmLogin.Show
If frmLogin.LoginSucceeded = True Then List2.Visible = True
End Sub