ToolBar concern

  • Thread starter Thread starter Becky
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top