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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password Authentication

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I'm trying to make a Form (bound to a table called User) that will look through the User table for a match with the textbox containing the username, and then check against the password in the next attribute of the record.

Any suggestions would be grateful. :)
 
You don't really need to bind the controls to the table if all you really want to do is a lookup and then process the result. on the click event of the go button you could for instance do a DCount with the criteria from the text boxes and test the result for non zero.
 
I had something similar we used the DLOOKUP() function that took the user name went to the user table and got the password then compared it to what was keyed in if true it opened the form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top