PDA

View Full Version : Securing an Access Database



skennell
03-22-2007, 07:18 PM
I am a noobie regarding Security issues. I need to distribute a database that will have one member in the Admins group and one member in a Users group with limited permissions.

I would like to be able to set up the accounts through a form after the database is open. I am sure I can do this through VBA code, but I am looking for some sample code or direction on the best way to approach this. Thanks in advance.

OBP
03-23-2007, 04:30 AM
Why would you want to set up the accounts using a form?
Would that not invalidate the Security, as anybody could then use the form to join the Admins group?

skennell
03-23-2007, 07:26 AM
So I should set them up through the User and Group accounts first, and then distribute the application? I was thinking they could change their passwords via form. Thanks again.

OBP
03-23-2007, 07:47 AM
skennell, yes set them up first.
It should be possible to set up a form to just allow password changing.
Let me know if you want me to research it?

skennell
03-23-2007, 12:21 PM
Thanks, I can do the research. I hate to sound like a noobie, but so be it!

Cosmos75
03-24-2007, 01:52 PM
Be sure to read the Microsoft Access Security FAQ (http://support.microsoft.com/default.aspx?scid=%2Fsupport%2FAccess%2FContent%2FSECFAQ.asp).