access vba - Opening a combo box from another object -


i know if possible open combo box , see it's elements listed object on form. not 'down arrow' on combo box , create more 'stylish' if possible. wondering if there routine 1 write , put on object upon 'on click' event, user see elements listed within combo box , have opportunity select 1 of them.

for can use dropdown method of combobox object.

example:

dim cmb1 combobox: set cmb1 = me.combo1  cmb1.setfocus ' necessary cmb1.dropdown 

note: control needs have focus have set programmatically first.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -