R
Ranjith Kurian
i have a form which don't want to be used by everyone.it should be protected
with a password.
i have Main form which calls many sub forms, one of the sub forms need to be
protected with password.
Below are the forms created in my database
frmForm
frmMain1
frmPassword
frmForm has a command button(cmdDo) which calls Form(frmPassword).
in frmPassword there is text box(PASSWORD),when i type password as A to my
text box this should open my frmMain1
with a password.
i have Main form which calls many sub forms, one of the sub forms need to be
protected with password.
Below are the forms created in my database
frmForm
frmMain1
frmPassword
frmForm has a command button(cmdDo) which calls Form(frmPassword).
in frmPassword there is text box(PASSWORD),when i type password as A to my
text box this should open my frmMain1