Remove the "add or remove buttons" on custom menubars

  • Thread starter Thread starter Silvester
  • Start date Start date
S

Silvester

I have an A2000 app with custom menubars.

Testing on Access 2002 and A2003, there is a small arrow at the base of
each custom menubar button.Clicking on it gives users the dimmed
(disabled)option to "Add or remove buttons" plus the name of the menubar in
use.

How can I get rid of this using code ? I would like only the buttons to be
seen and not this extra A2002/3 option.

Thanks in advance
 
Silvester,

The arrow which normally allows adding buttons to the toolbar may be an
intrinsic part of the toolbar (i.e., not removable). In Access 2002,
anyway, you can create a new toolbar and even before adding commands to it,
the arrow is a part of the empty toolbar. I was also unable to get rid of
it by taking away the Allow Toolbar Customization option in Tools|Startup
Options.
 
Back
Top