BASIC security

  • Thread starter Steve Z via AccessMonster.com
  • Start date
S

Steve Z via AccessMonster.com

I have a fair amount of experience with Access but have never had to use
security until now. First of all I was playing with it and found that it
added security (users) to every access file on my machine. All I want to
really do is have 2 users - 1- Admin and 2-all others. The "all others" is
just so I can stop anyone from getting into and modifying any table, query,
form report, etc settings or change the design in any way...real general. I
am creating this database to deploy at a company that wil have about 10 users.
 
S

Steve Z via AccessMonster.com

Thanks Douglas! There is alot of info there.

One thing it doesn't point out is why security is transfered to every access
database I have on my laptop. I assume a security file reside on my computer?
 
D

Douglas J. Steele

I suspect that when you experimented, you ended up changing the default
workgroup file (system.mdw), or else you made your new workgroup file the
default.
 
R

Rick Brandt

Steve said:
Thanks Douglas! There is alot of info there.

One thing it doesn't point out is why security is transfered to every
access database I have on my laptop. I assume a security file reside
on my computer?

It's because Access security prompting is not about the file you are opening.
It is about the session you are starting. At least as it pertains to prompting
for a login. Your other files do not care about you logging in or not, but you
are starting a sesssion using a workgroup file that has a password on the
default user "Admin" and THAT is what causes the prompt.

When you read the recommended documents enough times this will all be clear.
 
J

jacksonmacd

In addition to the official MS documentation, you may find some of
these helpful.

http://home.bendbroadband.com/conradsystems/accessjunkie/resources.html#Security


I have a fair amount of experience with Access but have never had to use
security until now. First of all I was playing with it and found that it
added security (users) to every access file on my machine. All I want to
really do is have 2 users - 1- Admin and 2-all others. The "all others" is
just so I can stop anyone from getting into and modifying any table, query,
form report, etc settings or change the design in any way...real general. I
am creating this database to deploy at a company that wil have about 10 users.

**********************
(e-mail address removed)
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
 

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