Security schema and Split Database

H

hstijnen

Hi,
I've developed a database with lots of tables and forms. I've defined a
security schema with several groups and access rights per group.

Now I've split the database with the Splitter tool, and I see the .mdb with
the data has no security defined. What is the easiest way to maintain the
security on the data part?

Thanks for suggestions

Henk
 
K

Keith Wilby

hstijnen said:
Hi,
I've developed a database with lots of tables and forms. I've defined a
security schema with several groups and access rights per group.

Now I've split the database with the Splitter tool, and I see the .mdb
with
the data has no security defined. What is the easiest way to maintain the
security on the data part?

Thanks for suggestions

Henk

Open Access whilst joined to your secure workgroup. Open a new, empty
database file and import all of your tables into it.

Keith.
www.keithwilby.com
 
J

Joan Wild

You should have not used the splitter wizard, for this reason. You could
have split it manually; i.e. Copy your mdb. Open the original and delete
all objects except the tables/relationships. Open the copy and delete the
tables, and then use File, Get External Data, Link and browse to the
original file.

Since you've now split it, you can create a new database while joined to
your secure mdw file. Import all the objects from the mdb with the tables.
Proceed to remove permissions on all objects for the Users Group, and then
assign the necessary permissions to your groups (do this via the Tools,
Security, Permissions dialog).
 

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