Making menuBar in Access

R

ReidarT

Can I make a menubar like a web-based menubar in Access.
I know how to make a menu on top of the screen, but I want it below the
toptext of the form.
regards
reidarT
 
R

Rick Brandt

ReidarT said:
Can I make a menubar like a web-based menubar in Access.
I know how to make a menu on top of the screen, but I want it below the
toptext of the form.
regards
reidarT

You can certainly place buttons at the top of the form that perform menu
commands. If you want more of a menu look as opposed to a toolbar look you
can place labels at the top of the form and in their click event display a
custom shortcut menu. It will appear on screen at the spot where the
cursor is positioned so it appears very similar to a menu bar. The command
you would need is...

CommandBars![NameOfShortcutMenu].ShowPopup
 

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