G
George
I have a Password Form that when a password is typed in
the text box and if it matches what in my table "T-
Password" field name "Password" I would like it to open
the form. The problem is I can't figure out is the text
required to made it look at the table's field.
What should I replace the ????? with
If UCase(Forms!frmPassword!Text0) = "?????" Then
DoCmd.OpenForm "F-Fleet-Etc"
ElseIf UCase(Forms!frmPassword!Text0)
<> "?????" Then
MsgBox ("Incorrect Password")
the text box and if it matches what in my table "T-
Password" field name "Password" I would like it to open
the form. The problem is I can't figure out is the text
required to made it look at the table's field.
What should I replace the ????? with
If UCase(Forms!frmPassword!Text0) = "?????" Then
DoCmd.OpenForm "F-Fleet-Etc"
ElseIf UCase(Forms!frmPassword!Text0)
<> "?????" Then
MsgBox ("Incorrect Password")