E
Essexbug
Hi.
I am trying to build a form which hides a number of command buttons that I
want to make visible and enabled only when a user enters the password.
The form (frmMain_Menu) has a button that on click makes visible a text
box(txt_pword) and a command button (cmb_CheckPW).
I want it to check the text entered in txt_pword against Password in
tblPassword.
It is a text field, set as primary key and is limited to 8 characters in
length.
I would like it that when the command button is checked that the text in the
text box is checked against the tblpassword, password record and if they
match enable additional command buttons.
Please help!
I am trying to build a form which hides a number of command buttons that I
want to make visible and enabled only when a user enters the password.
The form (frmMain_Menu) has a button that on click makes visible a text
box(txt_pword) and a command button (cmb_CheckPW).
I want it to check the text entered in txt_pword against Password in
tblPassword.
It is a text field, set as primary key and is limited to 8 characters in
length.
I would like it that when the command button is checked that the text in the
text box is checked against the tblpassword, password record and if they
match enable additional command buttons.
Please help!