How to prevent users from by passing startup options

  • Thread starter Thread starter Rajiv Jain
  • Start date Start date
R

Rajiv Jain

we can set certain Startup Options through 'Access Options'. These Startup
Options can be by passed by holding down SHIFT Key while opening the
Database. Is there any way that we can prevent a user from by passing the
Startup Options?
 
I assume you have an MDE file. If so, you can set some values to the
restricted state e.g. AllowUpdates to False and use the opening code to set
it to True. Not bulletproof but Access is not good on security.

Neville Turbit
www.projectperfect.com.au
 
Back
Top