Help - I have lost my Menus & Toolbars

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

Guest

I'm new
I followed the instructions to close off my menus and toolbars so that
people cannot change the design etc of my data base. I need to work on it
again but I cannot retrieve the menus. I have looked on help but it says I
have to go into view but ther is no view on the toolbar Help!!!!
 
When you open a the MDB or form or report etc, you can either

1. In the menu bar (if you have) select View > ToolBars
and select the ToolBars you want to view

2. Right click on the erea where the toolbar should be, you'll get a list of
the toolbars and select the desire toolbars

3. If none of the above work, you can use code, using the Immidiate windows
(press ctrl+g) and type

DoCmd.ShowToolbar "TheNameOfTheMenuBar", acToolbarYes
 
Tried that - not working - I'm not sure what the toolbar names are - I put In
Formatting (Form/Report) which it took but nothing happened - I tried Design
but it would not accept it nor would it Standard. I tried View, it accepted
but nothing happened. I must be missing something??

John
 
I hope I am not misleading you - mwhen I open the Db I have a toolbar with
File/Edit/Insert/Record/Window/Help showing, when I go into Windows View I
have a Toolbar with just - File/Windows/Help only

John
 
When you open a form in design view, and select in the menu bar View > Toolbars
do you see the form design toolbar and more?

When you open the MDB, does the application run using Autoexec or StratUp
form?
If so, open the MDB with the shift key held down.
 
Back
Top