I am trying to develope a database that requires the user to login. I have a login form where the user will enter his id. I have a user table that will have user id's stored. When I click the enter button, I would like access to take the data entered on the form and compare it to the user table to see if there is a user match. If there isn't a match, I would like a message to be displayed saying the user does not exist. I am trying to use the dlookup function to accomplish this, but cannot get it to work right. Any suggestions?