Menu Bar hidden

  • Thread starter Stephen sjw_ost
  • Start date
S

Stephen sjw_ost

I have somehow hidden the Menu Bar from my Access 2003 Application.
Opening the DB using Shift+Enter does not un-hide the menu bar.
I created a toolbar and added tools in it so I could view the startup
setting and it has all check boxes checked as they should be and no special
menus are selected, Menu Bar:(deefault).
When I go to customize tool bars, the Menu Bar is not available to select
via a check box and if I try to recreate it the application says it already
exists.

How can I un-hide/reactivate the Menu Bar?

Thanks for any help
 
S

Stephen sjw_ost

Found the answer and this was wierd.

1st I had to open the Immediate Window in Visual Basic Editor by pressing
Ctrl+G.
2nd I typed in - commandbars("menu bar").enabled = true.
Now the Menu Bar shows in the main application.
3rd I had to open the customize toolbar menu, select the Toolbars tab,
select Menu Bar, click the properties button and lastly click Restore
Defualts.

Once all of this was done my Menu Bar was returned to me fully intact and
usable for all databases.

Thank you for any replies.
 

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

Top