G
Guest
Access 2000
- The Back End database is secured using User Level Security
- The Front End is secured through the same User Level Security file as the
back end
- Security on the linked tables in the FE is quite open (everyone can
Read Design, Read Data, Update Data, Insert Data, Delete Data)
- Security on the BE actual tables is locked down to my various
groups, as appropriate
- Admin user has no rights to anything and instead I have a separate dbadmin
account which is the only account in the 'Admins' group and is also the
owner of both halves of the database
- The 'Users' group has no rights to anything and instead I have separate
groups for each department etc.
- I've made an MDE of my FE
- I've disabled the shift key on both my front and back end (but see below)
- All my VBA code is password protected
My BE only contains the data tables, A single form (that autostarts) with a
single button on it (that quits Access) and a module that contains Michael
Kaplans Dis/enable shift key code
So with the shift key disabled it is impossible for my more Access savvy
users to edit data in the BE (and so bypassing my lovely audit trail software)
- How can I prevent my users from accessing my BE while still leaving myself
the flexibility to make changes to it?
- Should I remove the Module contaning the dis/enable shift key code from
the back end? And If I remove the code how would I be able to enable the
shift key again?
- Should I make an MDE of my back end as well as my FE?
Thanks in advance for any help
Simon
- The Back End database is secured using User Level Security
- The Front End is secured through the same User Level Security file as the
back end
- Security on the linked tables in the FE is quite open (everyone can
Read Design, Read Data, Update Data, Insert Data, Delete Data)
- Security on the BE actual tables is locked down to my various
groups, as appropriate
- Admin user has no rights to anything and instead I have a separate dbadmin
account which is the only account in the 'Admins' group and is also the
owner of both halves of the database
- The 'Users' group has no rights to anything and instead I have separate
groups for each department etc.
- I've made an MDE of my FE
- I've disabled the shift key on both my front and back end (but see below)
- All my VBA code is password protected
My BE only contains the data tables, A single form (that autostarts) with a
single button on it (that quits Access) and a module that contains Michael
Kaplans Dis/enable shift key code
So with the shift key disabled it is impossible for my more Access savvy
users to edit data in the BE (and so bypassing my lovely audit trail software)
- How can I prevent my users from accessing my BE while still leaving myself
the flexibility to make changes to it?
- Should I remove the Module contaning the dis/enable shift key code from
the back end? And If I remove the code how would I be able to enable the
shift key again?
- Should I make an MDE of my back end as well as my FE?
Thanks in advance for any help
Simon