Repost - loggin into db using a form without usin the built in security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi:

I need a way for users to change the password but not
seeing the code:

eg:Private 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,
 
Hi, not sure what help you are asking for...
maybe you want to use online help to lookup AllowByPassKey?

Luck
Jonathan
 
Back
Top