I have a combobox with Style set to Dropdown List. I perform UpdateFlds (in Click event) after a selection has been made in the combobox. Right now, UpdateFlds is called when I press the arrows while the combobox is dropped. However, I want to call UpdateFlds only when the user presses "Enter" or when the combobox is "closed" (after a selection has been made). I was thinking I could do ExitSub in UpdateFlds if the combobox is expanded (dropped)? How do I detect it?
Thank you.
Thank you.