Securing a database is usually a one-way process. However, certain development issues might require you to work with an unsecured copy. You can follow these steps to reverse the process of securing your database.
Û To remove security from a database
Because all users are automatically part of the Users group in Microsoft Jet, this step has the effect of rendering security “invisible” again.
Clearing the password for the Admin user disables the Logon dialog box that displays when you start Microsoft Access. You and your users will be automatically logged on as the Admin user the next time you or they start Microsoft Access.
Important This step disables the Logon dialog box for all databases using the same workgroup information file.
Note In versions prior to Microsoft Access for Windows 95, database relationships cannot be imported, either through Microsoft Access or with the Microsoft Access Import Database add-in. You can write DAO code to programmatically re-create them, or re-create them manually.
The new database you created in step 8 is now an unsecured version of the original. As always, Microsoft Jet security is still active, but once again, it’s transparent.