Autoeng
Why me?
- Local time
- Today, 17:34
- Joined
- Aug 13, 2002
- Messages
- 1,302
I have a combobox on a form that takes a long time to populate when first selected so I coded the combobox's On Got Focus event to include
This works great but after selecting a record the combobox does not close even though the form fills appropriately. I have to click onto another field before the combobox will close.
What am I missing?
Code:
Me.MyComboBox.Dropdown
This works great but after selecting a record the combobox does not close even though the form fills appropriately. I have to click onto another field before the combobox will close.
What am I missing?