I have an access table that has one column named "Name". I have a login form that requires you to enter your name. I would like to take the value of the Name text box on the Login form and search for that name in the table if it exists I want login to procede and open a given form if login name doesn't match any of the names in the table I want a msgbox to popup and say "Incorrect Login Please Try again".
Can someone help me with the code? I am a beginner and I want to understand how to loop thru a table and test a value for true. Thanks
Can someone help me with the code? I am a beginner and I want to understand how to loop thru a table and test a value for true. Thanks