Custom Toolbar

K

Karen

I have created a custom toolbar. I do not want this toolbar to open at the
startup of the database and I can't figure out how to remove it.
 
A

Albert D.Kallal

Karen said:
I have created a custom toolbar. I do not want this toolbar to open at the
startup of the database and I can't figure out how to remove it.

Assuming you do NOT have the toolbar set in the tools->startup, then the
simple way is to right click, customize, and then un-check the toolbar form
the list.

So, if you leave a menu/tool bar displayed during development and use of
the database, then they will remain visible. This actually kind of means
that during your development process of custom menu bars, you will
un-display them right after you finish building the menu/tool bar. You then
of course can specify what menu, or tool bar displays with a given form in
the "other" tab of the forms property sheet.

Also, check the properties of the tool bar (allow showing, hide, moving etc
can also effect this).
 
Top