Newbie, remove menu bar from database main window

V

verci

Hi

I've created a project using Access XP, I use a switchboard form as my
database application main window, on the startup menu option I've unchecked
all option regardin meneus, toolbars and special access function keys, but I
still get a default menu when my application opens and I do not want
that!!!!used the autoexec macro to load a splash screen then the switchboard
form appears.

Sorry if this seems very stupid.


best regards
 
M

Marshall Barton

verci said:
I've created a project using Access XP, I use a switchboard form as my
database application main window, on the startup menu option I've unchecked
all option regardin meneus, toolbars and special access function keys, but I
still get a default menu when my application opens and I do not want
that!!!!used the autoexec macro to load a splash screen then the switchboard
form appears.


You can hide the menu bar this way:

DoCmd.ShowToolbar "Menu Bar", acToolbarNo
 

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