Hello. I am making a database for my company but I am somewhat new to access and am having trouble with the following situation.
I want to do the following but I am not sure how to.
I want to password protect a textbox [Text10] on a form called frmWDM. When the user tabs or clicks on the textbox, they are promted to enter the password. The password then checks itself against a table called tblPassword which contains the fields fldPW and fldUser
If the entered password matches fldPW, the into the textbox is entered the name stored under fldUser. Finally, the textbox shoudl be locked. Once the password is entered, the User's name is displayed, and it can not be erased. ANY HELP IS GREATLY APPRECIATED!!! Thanks everyone
Jim
I want to do the following but I am not sure how to.
I want to password protect a textbox [Text10] on a form called frmWDM. When the user tabs or clicks on the textbox, they are promted to enter the password. The password then checks itself against a table called tblPassword which contains the fields fldPW and fldUser
If the entered password matches fldPW, the into the textbox is entered the name stored under fldUser. Finally, the textbox shoudl be locked. Once the password is entered, the User's name is displayed, and it can not be erased. ANY HELP IS GREATLY APPRECIATED!!! Thanks everyone
Jim