Hey guy, I was sorta wonderign if anyone can help me with something. I have a form that prompts the user for a password then if they get it correct opens up a form. However, i need to make another form that allows the user to change the password.
the code i used was
Private Sub Log_in_Click()
If Me.Password = "oel" Then
DoCmd.Close
DoCmd.OpenForm "Supplier Info"
Else
MsgBox "The password you have entered is incorrect"
End If
End Sub
i need not a code to would change that code from oel to something else? can anyone help?
I looked in the forum and FAQ and i didn't find anyting, i just hope i didn't spam cause this seems like a pretty easy task to do. thank u guy
A quick response would be appreciated
chaosguy - To die will be an awefully big adventure!!!
the code i used was
Private Sub Log_in_Click()
If Me.Password = "oel" Then
DoCmd.Close
DoCmd.OpenForm "Supplier Info"
Else
MsgBox "The password you have entered is incorrect"
End If
End Sub
i need not a code to would change that code from oel to something else? can anyone help?
I looked in the forum and FAQ and i didn't find anyting, i just hope i didn't spam cause this seems like a pretty easy task to do. thank u guy
A quick response would be appreciated
chaosguy - To die will be an awefully big adventure!!!