G
Guest
Hi:
I need a way for users to change the password but not
seeing the code:
egrivate Sub cmdOK_Click()
If Me![txtUserName] = "TTS" And Me![txtPassword]
= "TTS" Then
DoCmd.Close
Else
MsgBox "Invalid passowrd, please re-enter your
passowrd", , "Checking Password..."
Exit Sub
End If
End Sub
Thanks,
I need a way for users to change the password but not
seeing the code:
egrivate Sub cmdOK_Click()
If Me![txtUserName] = "TTS" And Me![txtPassword]
= "TTS" Then
DoCmd.Close
Else
MsgBox "Invalid passowrd, please re-enter your
passowrd", , "Checking Password..."
Exit Sub
End If
End Sub
Thanks,