Showing username and userlevel after login.
I have an access db which have 4 fields
1. id 2. Username 3. Password 4. user level and 2 forms. One is login and other is main. I want to show the username and userlevel in main form in two labels after login. So user can know which is his id and user level. And i want to control some functions enable or disable by userlevel. How can i do it. Please help me.