Splitting FE and BE

G

Guest

I have a database with over 200 tables with security set up. I am attempting
to split into fe and be with the wizard. All appears to work fine except for
the the permissions. The groups that were set up are not showing permissions
for the linked tables. Any suggestions. Thanks - Len
 
K

Keith W

Len said:
I have a database with over 200 tables with security set up. I am
attempting
to split into fe and be with the wizard. All appears to work fine except
for
the the permissions. The groups that were set up are not showing
permissions
for the linked tables. Any suggestions. Thanks - Len

Leave the tables with no permissions except for the owner and user RWOP
queries (with permissions as appropriate) as your data sources.

Regards,
Keith.
www.keithwilby.com
 
G

Guest

Joan - I tried the steps from your link - split the database manually and
still lost all permissions - is that expected once the database is secure. -
Len
 
J

Joan Wild

Len said:
Joan - I tried the steps from your link - split the database manually
and still lost all permissions - is that expected once the database
is secure. - Len

Certainly not. Are you sure that the tables were secured in the original
single mdb?
 
K

Keith W

Len said:
Keith - thanks but I do not know what you mean by RWOP queries. - Len

Run With Owner's Permissions. It means you can deny access to the table
objects but still manipulate the data via the queries.
 
C

Chris Mills

Run With Owner's Permissions. It means you can deny access to the table
objects but still manipulate the data via the queries.
It's a good option to have, but I'm not really convinced it adds that much to
security, given all the other cracks in it.

Chris
 

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