Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I remove the Tool bars

Status
Not open for further replies.

pbcharlie

Technical User
Jan 16, 2002
55
0
0
I have taken ownership of a data base which all the tool bars ect are visable.
I have tried to remove them using the Startup option but to no avail.

Am I missing something?

Apart form a brain ;-) Thanks in advance
Charlie
 
try this code to disable the database toolbar

Application.CommandBars("Database").Visible = False

you could use autoexec macro to runcode or put the code on a startup form.
 
This code give an OLE error. The message is "The object you referanced inthe Visual Basic procedure as an OLE object isn't an OLE Object."

I tried the bit code in a macro as my startup options do not seem to work.


Any more help?
Thanks in advance
Charlie
 
docmd.showtoolbar,"form view", actoolbarno

or

in the "Startup" -- "Advanced" -- uncheck use built in toolbars
 
I do uncheck in the advanced section but it does not seem to save the settings. Thanks in advance
Charlie
 
Have you right clicked the menu bar, selected Customize, then deselected the various, unwanted menus? Ann
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top