Link to home
Start Free TrialLog in
Avatar of AHAXtreme
AHAXtreme

asked on

MSAccess File Menu Bar Hiding

How can I hide all file menu bar options and all formatting toolbars including the database's close and minimize options for the database itself when user level users login?
ASKER CERTIFIED SOLUTION
Avatar of DatabaseMX (Joe Anderson - Former Microsoft Access MVP)
DatabaseMX (Joe Anderson - Former Microsoft Access MVP)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AHAXtreme
AHAXtreme

ASKER

Got I hate it when I ask a question that's so simple. What I created is 100 times more complex than this answer. LOL Thanks...
I would also recommend that you setup your own custom menus as well as turning of the built-ins.
Another option is to run in RUNTIME, you can specify this on your commandline. Create a shortcut with the target of

"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "D:\My Database.mdb" /runtime /nostartup

Cheers, Andrew
That's why you're here and why we are here.

no problem.

mx