Actually, the Combobox AfterUpdate is the usual event to use. Using the OnChange is fine until the user goes to type something into the Combobox, as when using the AutoExpand feature to find an item in the box. In that case your code will fire after each character is entered.
What exactly are you trying to do after a selection is made and what code is being used?
Actually, the Combobox AfterUpdate is the usual event to use. Using the OnChange is fine until the user goes to type something into the Combobox, as when using the AutoExpand feature to find an item in the box. In that case your code will fire after each character is entered.
What exactly are you trying to do after a selection is made and what code is being used?
Linq ;0)>
the dropdown, pre-selected, will determined a routine. i changed to afterupdate.
Comment