Hiding the Main Menu

S

Shariff

I need to hide the main menu bar in a db. I have the toolbars hidden, but I can not figure out how to hide the menu bar.
 
M

Marshall Barton

Shariff said:
I need to hide the main menu bar in a db. I have the toolbars hidden, but I can not figure out how to hide the menu bar.


DoCmd.ShowToolbar "Menu Bar", acToolbarNo
 
G

Grimwadec

Trying to do the same (in access 2007) and put the code as part of an "On
Load event of my databases main form but Menu Bar is still there?
 
Top