Hello guys, As I understood from MSDN, new Access does not table protections.
If I have a database for 10 users, how can I limit using forms only and to avoid users access to tables?
make the tables linked to the front end database for the 10 users, and make the back end databases read only and password protected. Put the password in the front end in code, and then password protect the module.