Allow full menus without restart

Access_Help

Registered User.
Local time
Today, 07:46
Joined
Feb 12, 2005
Messages
136
I have disabled "File" ->"Options"->"Current Database" "Allow Full Menus".

I want to enable it from a password protected form from a click of a button without restarting the database.

I have the pass by shift key disabled.

Any vba scripts I can use to achieve this?
 
@Adam - without testing that, I think changing the property setting enables the action for NEXT session, not the current session which is what the OP wanted. I hesitate to say it can't be done though.
 
While you can't do this mid session you can set a Form to load on start up and set those properties accordingly based on who's logging on.
 

Users who are viewing this thread

Back
Top Bottom