Right click on an existing tool/menu bar and select
Customize...
Then create a ***new*** bar (don't mess with the existing
tool/menu bars) and play around with adding commandbar
controls to achieve the effect you want. VBA Help on Create
a toolbar should get you started.
To run your own code from a toolbar button, put the code in
a public function in a standard module and set the button's
OnAction property to the function name.
--
Marsh
MVP [MS Access]
Robert said:
Thank you. How do I create the custom tool/menu bar?