Menus are missing

D

Duffaukid

I was running a database that set menus to false and now when I start
access the file and other menus are missing.

How do I reset to get full menus again?

Duffaukid
 
D

Duffaukid

Try holding the Shift Key down while you are opening the database.

I'm not sure if that would work but thanks.
I hate the fact that Access forces me to select a database when I
open it. Got any ideas how to stop the nag screen?

Here is how I got my menus back:

CommandBars("Menu Bar").Visible = True
CommandBars("Menu Bar").Controls("&Edit").Visible = True
CommandBars("Menu Bar").Controls("&View").Visible = True
CommandBars("Menu Bar").Controls("&Records").Visible = True

Dk
 
V

Van T. Dinh

In A2K2, use the Menu Tools / Options ... / View tab and uncheck the
"Startup Task Pane" CheckBox.

--
HTH
Van T. Dinh
MVP (Access)
 
Top