HELP!

D

DevilDog1978

I tried assigning the security permissions to my database and now all my
access programs have the same security settings! I have Microsoft Access 2003
Bible and I can not find the answer in there.
 
C

Chris O'C via AccessMonster.com

Don't panic. None of the other dbs are secured. You're being prompted for
user name and password because the workgroup you're joined to has a password
assigned to the admin user.

Join the default workgroup, system.mdw. You won't be prompted for the user
name and password when you open dbs. Whenever you want to open a secure db,
use a shortcut with this format (all one line):

"path to msaccess.exe" "path to db.mdb" /wrkgrp "path to secure.mdw"

Chris
 
D

DevilDog1978

Ok well that makes me breathe a little easier. I am new to Access...could you
walk me through the steps you just described. I was unable to figure out how
to do that.
 
C

Chris O'C via AccessMonster.com

1 - Search your hard drive for system.mdw. It's probably stored at C:\
Documents and Settings\username\Application Data\Microsoft\Access\system.mdw

2 - Open Access (not a db file, just Access)
3 - Tools > Security > Workgroup administrator
4 - Push the "join" button
5 - Browse to your system.mdw file you located in your search
6 - Push the ok button (3 times to accept each message)
7 - Close Access

Now you shouldn't be prompted for user name and password when opening dbs
unless you accidentally added a password to the admin user in the default
workgroup. (In that case, remove the admin's password, it's not doing you
any good. You would need to secure the db with a custom workgroup, not the
default workgroup.)

Test this by opening an unsecured db.

For each secured db, make a shortcut and put the paths to msaccess.exe, your
db file, the workgroup switch and the workgroup file in the shortcut's target.


"path to msaccess.exe" "path to db.mdb" /wrkgrp "path to secure.mdw"

Whenever you want to open an unsecure db, you double click the file name in
Windows Explorer and it opens. Whenever you want to open a secure db, you
double click the shortcut to it (so you temporarily join the secure workgroup
for your session), and you'll be prompted for user name and password.

Chris
 
D

DevilDog1978

Thank you for your help. Now my next problem is I am trying to create user
accounts with passwords to access the database. I did the one step security
wizard. When I put the database onto the shared drive, everyone has access to
the program without the use of a password. I want multiple people to be able
to access the database at once and I have been unable to do that.
 

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

Top