Search results

  1. C

    Problem with coding User login form in ACCESS 2010

    Thanks very much for your support, but it brings this error. "run time error 3075 syntax error (missing operator) in query operation 'user_id='.
  2. C

    Using Logins to populate tables/forms

    I have used Combo box. security_level field is the one that describes their levels and there are only two levels 1 and 2... My design is like this …. Below… I have a table called User (user_ID, User_Name, Password, Security_Level) On form there is a combo box for user name and text box for...
  3. C

    Problem with coding User login form in ACCESS 2013

    Thanks a lot but i didn't see the solution for this one and it is the big problem i am facing now; I have used Combo box. security_level field is the one that describes their levels and there are only two levels 1 and 2... My design is like this …. Below… I have a table called User...
  4. C

    Problem with coding User login form in ACCESS 2010

    I have used Combo box. security_level field is the one that describes their levels and there are only two levels 1 and 2... My design is like this …. Below… I have a table called User (user_ID, User_Name, Password, Security_Level) On form there is a combo box for user name and text box for...
  5. C

    Help me to generate codes for this plz

    I have a table called User (user_ID, User_Name, Password, Security_Level) On form there is a combo box for user name and text box for password. Two command button where one is for EXIT (Closing the application) and the second button is to run the code. if the password in table User...
  6. C

    Help me to generate codes for this plzzzz

    I have a table called User (user_ID, User_Name, Password, Security_Level) On form there is a combo box for user name and text box for password. Two command button where one is for EXIT (Closing the application) and the second button is to run the code. if the password in table User...
  7. C

    Using Logins to populate tables/forms

    ............................................................................................. The sample you sent me all the users access the same form after logged in and me i want two user each to access his form different from each other. I have used Combo box. security_level field is the...
  8. C

    Problem with coding User login form in ACCESS 2013

    I have a table called User (user_ID, User_Name, Password, Security_Level) On form there is a combo box for user name and text box for password. Two command button where one is for EXIT (Closing the application) and the second button is to run the code. if the password in table User...
Back
Top Bottom