HELP!!! Security problem

C

Chris

I want to not allow to some users to open the database avoiding the startup
properties (with SHIFT+ENTER). CAN I DO IT? HOW?
 
R

Rick Brandt

Chris said:
I want to not allow to some users to open the database avoiding the startup
properties (with SHIFT+ENTER). CAN I DO IT? HOW?

No since this property takes affect before your file has an opportunity to run
any code.

Since all users should have their OWN copy of the front end file all you have to
do is give admins a copy that has not had the shift key disabled.
 
Top