Remove User-Level Security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi - I've been playing around with a few versions of a database I have
created. I would like to remove the user-level security that I have set up
but so far my attempts don't seem to remove ALL traces. Suggestions welcome!
 
Sparky said:
Hi - I've been playing around with a few versions of a database I have
created. I would like to remove the user-level security that I have set
up
but so far my attempts don't seem to remove ALL traces. Suggestions
welcome!

Try giving full permissions for all objects (including the database object)
to the "users" group.

Keith.
www.keithwilby.com
 
I've got a previously secured 2003 mdb/DAO database that I need to unsecure
as well. Is this the best method? I have to unsecure both front and back
ends of database. My relinking module bombs since the back-end tables are
always secured and apparently 2007 doesn't like same.
 
Back
Top