Event for a combo box?

R

Rolf Rosenquist

What event is launched when I make a choice in a combo box, while the cursor
still is in the combo that now shows a value?

If there is no event at that time, what event occurs when I move from the
combo to the next control?
/ Rolf
 
A

Allen Browne

The combo's AfterUpdate event fires after you select a value, and before you
move to the next control.
 
Top