menus - how to create dropdown menus 
Author Message
 menus - how to create dropdown menus

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



Tue, 12 Apr 2005 05:15:34 GMT  
 menus - how to create dropdown menus
No third party tools are needed, Eric, Access has everything you need to
create custom menus built in. Start by right-clicking a built-in menu bar
and choosing 'Customize' from the pop-up menu.

--
Brendan Reynolds (MVP)



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



Tue, 12 Apr 2005 05:31:24 GMT  
 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



Tue, 12 Apr 2005 05:34:35 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Create dropdown menu?

2. how do i create a dropdown menu bar?

3. Creating New menu and sub menu items all through code

4. Capturing Menu clicks on Dynamically created Menu

5. Help! Creating menu in the system menu

6. Creating menu item on the right most portion of main menu

7. How create menu items without Menu Editor

8. Help! Using Menu API to create dynamic menus

9. How to create menu without editor menu

10. menus and sub-menus and sub-sub-menus

11. show a shortcut menu / popup menu / context menu

12. Multi-select Menu or Permanent Menu and MDI_CHILD Menu Handle

 

 
Powered by phpBB® Forum Software