To date, there is no way to protect a database with permissions as in the previous versions of Access. The only way to protect my forms, reports, codes in an Access database application is to encrypt it with a password. If I include it in the command line,
the user will not need to enter the database password and will be able to launch the software, with the database remaining protected. The other method to launch the software, can be to include in code the database password, however, I do not know how to go
about that. I thought of another way, to use a macro, which I can include in the command line, and this macro will run, and enter the password, enabling the user to launch the software. However, I do not know how the macro can run the password.
I will appreciate any information regarding this issue.
Thank you.