ToolBar concern

B

Becky

hi to all

What is the best way to hide all of the tool bars when my application is
running? Do I need to use a 'DoCmd.ShowToolbar.......... acToolbarNo' for
each tool bar, individually? (I'd like them to still be visible when in
design mode.)

thank you in advance
Becky
 
R

Rick Brandt

hi to all

What is the best way to hide all of the tool bars when my application is
running? Do I need to use a 'DoCmd.ShowToolbar.......... acToolbarNo'
for each tool bar, individually? (I'd like them to still be visible
when in design mode.)

thank you in advance
Becky

Tools - Startup has the option to disallow all of them. Then you specify
custom ones in the properties of your forms and reports.
 
Top