Hiding the Main Menu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top