Drop down menu items (1 Viewer)

Gavx

Registered User.
Local time
Tomorrow, 04:43
Joined
Mar 8, 2014
Messages
151
I would like to create a button that when activated opens a drop down menu... like in older versions of Office where you selected a menu item from the tool bar which then opened a drop down list of other menu items. Naturally each menu item woudl be linked to code procedures.

How do I create one of these?

thanks
 

CJ_London

Super Moderator
Staff member
Local time
Today, 19:43
Joined
Feb 19, 2013
Messages
16,674
use a listbox which when the 'menu' button is clicked (or perhaps use the mousemove event) is made visible.

then you would have code behind your listbox click event to action the different menu items
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 02:43
Joined
May 7, 2009
Messages
19,246
you have to play and modify for this to work.
 

Attachments

  • Menu.accdb
    360 KB · Views: 86

ahmed khater

Registered User.
Local time
Today, 11:43
Joined
Jun 16, 2018
Messages
12
hello arnelgp
Can you explain how these lists were created
I am a beginner access
I would like to learn hard
 

Users who are viewing this thread

Top Bottom