I am new to Access VBA,please kindly help,
I have a database that has a Main form with 5 subforms in it.
I have a users table with name,password and permissions as 'All','Edit','Read','None'.
Basically i need to implement a user level security.
when he database is opened , a login page opens at startup containig Username and password .
Based on the user logged in,how do i enable/disable fields in the main form ?
I have a database that has a Main form with 5 subforms in it.
I have a users table with name,password and permissions as 'All','Edit','Read','None'.
Basically i need to implement a user level security.
when he database is opened , a login page opens at startup containig Username and password .
Based on the user logged in,how do i enable/disable fields in the main form ?