switchboard

slimt_slimt

Registered User.
Local time
Tomorrow, 00:10
Joined
Feb 24, 2005
Messages
11
hi,

I've made switchboard. and change the properties of switchboard, namely the "don't show the menu bar". can anyone please explain to me, how to get it back?

in opposite case, I can kiss my db goodbye, for i can't make any changes into switchboard? or??

thanks a lot,

peace
 
why dont you create a new switchboard in another mdb and compare what code is missing?
 
great...i've done that...

but how can I compare the code and find out which is missing? copy/paste everything to word? khm...

but is there anyways, a way to "unlock" this mystryous "switchboard"? :)

thanks,

peace
 
did you hide the menu bar through a code or through the startup which can be access by clicking on TOOLS then startup?

The default Switchboard does not contain a code that hides the menu so I am assuming you inherited the switchboard from someone who did the code.

What is the name of your menu bar?

Example
The following example sets the MenuBar property to a menu bar named CustomerMenu:

Forms!Customers.MenuBar = "CustomerMenu"
To display the built-in menu bar for the form or the application global menu bar, you set the MenuBar property to a zero-length string (" ").

Forms!Customers.MenuBar = ""



For more explanation search Clip for MenuBar Property
 
To continue Liv's thought... If you did disable the menu through the startup option you can get around that by holding the "shift" key when you open your database. That will bypass any startup settings that you've changed.
 

Users who are viewing this thread

Back
Top Bottom