Ok I am an old time programmer but I can not understand why I get a compile error on the following statement. I am using access 2003
SELECT tblUser.User FROM tblUser
I have a form where I want the user to type an ID and Password then upon exiting the password I want to check a table to be sure the combination is there and also assign a level of security based upon a third field in the table. The table contains:
User
Password
Level
Thanks
SELECT tblUser.User FROM tblUser
I have a form where I want the user to type an ID and Password then upon exiting the password I want to check a table to be sure the combination is there and also assign a level of security based upon a third field in the table. The table contains:
User
Password
Level
Thanks
Comment