
menus - how to create dropdown menus
You can make a custom menu by right clicking the menu bar and choose
customize. Then once customize is open go to toolbars tab and choose new.
You will be allowed to designate tool bar or menu bar. Then once you made a
new menu you can drag and drop what you need on it including menu items that
would have dropdowns that would navigate to forms or reports or even run
code. Just about anything a command button can do. It could eliminate
switchboard type forms if you like. For instance I eliminated 4 forms with
custom dropdowns.
Quote:
> Is there an ActiveX control or some other built in function to help
> create a menu based way to navigate a database. I have been using the
> basic switchboard strategy with command buttons changing dynamically,
> but I would really prefer more traditional dropdown menus.
> I may just use dropdown listboxes, with on change code to navigate the
> system, but if there were a real menu tool I am sure it would look and
> work better.
> Thanks for your help.
> Eric