remove security from mdb

  • Thread starter Thread starter mcnewsxp
  • Start date Start date
M

mcnewsxp

how to remove security from an mdb?
don't know the password.
MDW is available, but no permissions.
 
If you don't know the password, and it is properly secured, then there is
not much you can do. Try joining your default workgroup and see if it will
open. If not you will need to pay for a "cracker" utility or service.
There is no magical back door to get into a properly secured database. If
there were, what good would the security features be?
 
how to remove security from an mdb?
don't know the password.
MDW is available, but no permissions.

<shrug> Join the MDW. Log on as a user with Adminstrative privileges
to the database. Reset the security so that the user Admin has full
privileges and no password.

If you can't do this... you're stuck. That's why the security is
there, to keep people who don't have the password OUT.

John W. Vinson[MVP]
 
<shrug> Join the MDW. Log on as a user with Adminstrative privileges
to the database. Reset the security so that the user Admin has full
privileges and no password.

how des one do this - via the MDW?
i can't open the mdb.
 
how des one do this - via the MDW?
i can't open the mdb.

Open Access, without opening the database. Under Tools... Security,
select the "Workgroup Manager" option. This will let you Join a
"workgroup file" - normally, it will be the same name as the name of
the database, though the developer could have called it anything.

You will still need a username and valid password in order to open the
database. If you do not have a valid username/password, then you
CANNOT open the database. Again... that's what security is FOR, to
prevent people (and you might be one of those people!!) who aren't
authorized (by being given a password) to open the database.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top