You can provide limited protection for your database by adding a password to restrict which users can open the database. Microsoft Access stores the database password in an unencrypted form. If this will compromise the security of sensitive data in the database, you should use user-level security instead of a database password.
Cautions
Guidelines for passwords
User names can range from 1 to 20 characters, and can include alphabetic characters, accented characters, numbers, spaces, and symbols, with the following exceptions:
- The characters " \ [ ] : | < > + = ; , . ? *
- Leading spaces
- Control characters (ASCII 10 through ASCII 31)
Note Passwords are case-sensitive.
The password is now set. The next time you or any other user opens the database, a dialog box will be displayed that requests a password.
Important If you lose or forget your password, it can't be recovered, and you won't be able to open your database.
Notes