Hello all,
I started making this access database for our company, but there are some forms I really need help with to complete the application.
First of all, I'd like to know if there is a way to make access levels for each user who enters. I made a table with user names and passwords including a numeric field called "level" for example 1 stands for admin, 2 stands for user with edit/add privileges and so on...so what kind of VBA code I need? sample databases are much appreciated. Now if I have that up and working correctly I would like to know if it is possible to log every user's entry to the database like some kind of "Activity Log".
thats about it,
Best Regards,
I started making this access database for our company, but there are some forms I really need help with to complete the application.
First of all, I'd like to know if there is a way to make access levels for each user who enters. I made a table with user names and passwords including a numeric field called "level" for example 1 stands for admin, 2 stands for user with edit/add privileges and so on...so what kind of VBA code I need? sample databases are much appreciated. Now if I have that up and working correctly I would like to know if it is possible to log every user's entry to the database like some kind of "Activity Log".
thats about it,
Best Regards,
Comment