Search results

  1. A

    Help with login Code

    I got it to work, sort of. The form was looking directly at the table so I changed it to look at a query based on the table. I also moved your lines of code Tyler to the After Update event of the name field. Now for the new problem when I select a user name from the drop down list, say Andy...
  2. A

    Help with login Code

    Thanks Tyler for the fast reply. I created a Table called tblUser with a field strEmpName and pasted your code where you said. I'm now getting a run time error "The expression you entered refers to an object that is closed or doesn't exsist." If its any help here's where I got the tutorial...
  3. A

    Help with login Code

    Hi all I recently followed a tutioral to create a login form for my first database, which works a treat but I'd like it to perform an extra task. when a user logs on they have select their name from a drop down box then enter their password. What I would like it to do is when a user selects...
Back
Top Bottom