View Full Version : Valiadate entry


elgoober
04-23-2001, 05:20 AM
Hello - have a text box for a username that when you enter the data, i want to be able to check the user name against a list of user names in a table to allow them to view something else - if that makes sense

Thanking you

AlanS
04-23-2001, 06:40 AM
I would use DAO objects to open and browse the table, comparing the entered string with the user name field in each record, and taking the appropriate action depending upon whether or not a match is found.

Chris RR
04-23-2001, 06:49 AM
I'd use Dlookup to see if the name is in the other table.