FE/BE & User Level Security

D

Duncan Edment

OK. I now have User Level Security implemented in my
database. However, I think I might have shot myself in
the foot.

You see, I still need to split it into FE / BE. Can this
be done after the User Level Security has been applied, or
does the security need applied after the split?

Your help, advice and comments are appreciated.

Rgds & TIA.

Duncan
 
R

Rick Brandt

Duncan Edment said:
OK. I now have User Level Security implemented in my
database. However, I think I might have shot myself in
the foot.

You see, I still need to split it into FE / BE. Can this
be done after the User Level Security has been applied, or
does the security need applied after the split?

You might lose your table security setting if you split using the wizard (not sure),
but you definitely won't lose those setting if you split manually (which I prefer
anyway). That procedure is...

Copy existing file. Since you are copying the whole thing all of your security
settings also are copied.

In one copy you delete all of the tables and leave everything else. In the other you
delete everything except the tables. Then you open the first file and create links
to the tables in the second.
 

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