adobe icon in custom menu bar

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?
 
A

Arvin Meyer [MVP]

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
 

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

Top