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
Post a Comment