Menu BAr not showing

nawaray

Registered User.
Local time
Today, 12:29
Joined
Dec 10, 2005
Messages
17
:confused: hi ,,,
i have this Microsoft Application and i have unchecked the check box (Allow full menus ) in the starup ... So when ever i run the application i only get
the menu bars : File, Window, Help, AdobePDF

how can i get the other menu bars ?


any suggestions

thankx:o
 
If you hold down the shift key while you open the database it will bypass the startup otions and give you the full menus.
 
i tried what you told me to do by pressing the shift key and enter , and i get all the menu bar appearing but the only problem is when i go to windows----startup , the startup is highlighted i mean that i cannot choose it
 
so can anyone tell me how can i slove this?
 
If you still have access in your forms in the background to edit and save...

put a buton somewhere (temporary) in your starting page and put that code behind
Code:
DoCmd.RunCommand acCmdStartupProperties
now when you open your document..click on that buton and your startup properties should appear to you

I hope it helps
 

Users who are viewing this thread

Back
Top Bottom