Hi, I am still new to Access VBA and was wondering if you could help me. I created a user login form that checked the value of a dropdown box for user name and text box for password. I have a table called privileges that has the following fields ID, username, password, and privilege level. The privilege level field can have one of two values one being "Admin", the other being "User". Once the user enters the username and password and clicks login, the main form opens. What I am trying to accomplish is if the current user that logged in has a privilege level of "User", the Admin options button on the main form is disabled and if the user has a privilege level of "Admin", the Admin options button on the main form is enabled. I have a few users with the "Admin" level and some with the "User" level. I can't seem to figure out how to accomplishes this task. Can anyone help me or show some example code. Thanks!