adobe icon in custom menu bar

  • Thread starter Thread starter salmonella
  • Start date Start date
S

salmonella

I created a custom menu bar that keeps showing adobe application commands. I
can remove it and everything looks good but next time I boot up the database
it shows up again. Is it possible to get rid of this through access or do I
have to do this through the Adobe application?
 
Just use some code to hide it in the startup form (and, if necessary, other
forms as well). Here's the line of code you want:

DoCmd.ShowToolBar "Custom Menu Name", acToolbarNo
 
Back
Top