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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top