Hiding menu bar

C

ckerns

Is there a way to hide the Menu bar? I've set the start-up options,
but the menu's still show.

TIA
 
S

Steve Schapel

Ckerns,

One way to do this is to make a custom menu bar with no commands at all
on it, and then set this as the menu bar for whatever you don't want to
have one.
 
V

Van T. Dinh

You can set the "Menu Bar" Property of the Start-up Form (and subsequent
Forms) to:

=-1

(including the equal sign).
 
M

MSW

Hi I'm a newbie to Access and this discussion looks like it will answer my
question as well but I can't seem to find where to put the =-1 that you are
referring to..

The only place that I can find is under the Tools/Startup is this where it
should go ? Because if so I get a macro error when I try to run it.. Also
will this allow just the displaying of the Forms menu because I don't want
the users to see the Tables menu if possible?

Thanks..Scott
 
C

ckerns

Go to the form property box. On the Other tab, it's about the 4th one
down....hope that helps.
 
M

MSW

Thanx that works great..

But if I have multiple forms how do I allow the users see a list to pick from?

I assume that this is a custom menu but I'm clueless on how to go about this..

Thanks..Scott
 
Top