B
boomer
When I want a combo box to automatically dropdown when it is clicked on,
opened with a shortcut key, or tabbed into, I use the following code:
Me!cboLookupCustomer.dropdown
and assign the code to the GotFocus event of the combo box.
The combo box opens just fine, but when I make my selection, the combo box
does not close, the list still remains open.
Can you help?--
Boomer
opened with a shortcut key, or tabbed into, I use the following code:
Me!cboLookupCustomer.dropdown
and assign the code to the GotFocus event of the combo box.
The combo box opens just fine, but when I make my selection, the combo box
does not close, the list still remains open.
Can you help?--
Boomer