I have a db with low level security (A table contains a username, password and access level).
The database startsup with the login form and asks the user for the input. I would like to know if it is possible (if so where to start) to hide and/or restrict users based on the value of the access level in the table.
Thanks in advance.
The database startsup with the login form and asks the user for the input. I would like to know if it is possible (if so where to start) to hide and/or restrict users based on the value of the access level in the table.
Thanks in advance.