Question Import objects from a secured database

zabronm

New member
Local time
Today, 23:51
Joined
Nov 25, 2013
Messages
2
Hi All, I have inherited a legacy (.mdb)database secured by a "Security.mdw" file.

I need to upgrade the database to improve current features and add more functionality. I am now using Access 2013-2016, on Windows 7, hence the security file (ULA) technologies no longer exist. Thus I have created an empty database, but each time I try to import objects, it displays the messages that I have no permission to use the database onjects.

Can someone please assist on how I can import objects from a secured database. I have both the Secure.mdw and the .mdb file, but I am not sure how to work around to recover the objects and the data.

Please someone ... please assist.
 
Thank you jHB; but in my case, when I start the database, it does not even ask me about login credentials, so the above solution does not apply in my case. OR, is there a way that it can display the login screens for me?

Please assist...
 
I'm a little confused - I thought you were able to open / work in the database, but could not import objects from it, but You're even not able to open the database?
 
It has been a while since I dealt with those, but...

If you can open the database, you can EXPORT from it to an unsecured and otherwise empty database file. If you cannot open the database at all, you are pretty much out of luck, particularly if the subject database permissions had been set to disallow access by SYSTEM (the default account for a new .MDW file). And that disablement WAS a recommended action for securing .MDB files with user-level security.
 
You can use command line parameters to open as Admin
Code:
  C:\Path\msaccess.exe C:\databasePath\YourDB.mdb /user AdminName /pwd YourPassword
 

Users who are viewing this thread

Back
Top Bottom