Help with moving secured database

Sewagerat

Registered User.
Local time
Today, 04:58
Joined
Nov 23, 2009
Messages
19
I have made a database and installed a User Level Security wizard on it. It works fine on my computer but I need to transport it to another one. When I did this it did not even ask me to enter User and Password but just rejected me.

Can anyone help me please?
 
You need to use the appropiate shortcut to open it.

You also need to copy the MDW file as well.

Copy them from the other machine and it should work.
 
Let's hope you did not alter your computers default System.mdw file. ;-)
 
Let's hope you did not alter your computers default System.mdw file. ;-)
In case you did: Copy the system.mdw file from your computer, rename it and place it on the other computer.
Copy the system.mdw from the other computer to your own computer to restore security settings.

The system.mdw file is the default Access uses to open databases. The system.mdw file is the same for a certain office version and perhaps all office versions thus enabling you to open any unsecured database.

You open a secured database not just by double clicking but you use a shortcut instead. Typically:
Code:
C:\program files\Office\MSAccess.exe /wrkgrp c:\somedir\MyWorkGroup.mdw c:\somedir\SomeApplication.mdb
Enjoy!
 

Users who are viewing this thread

Back
Top Bottom