Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password Protect a Textbox???

Status
Not open for further replies.

JTQ911

Technical User
Jul 26, 2007
2
US
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
 
Set the input mask to password.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top