Hi David,
VB ComboBox may be a combo or a drop-down list
In both case, when you select one item, the Click event is fired
In the Combo style, when you make modification on the text, event Change is
raised.
Hope it would help.
Bye
Quote:
>Hi All,
>I am wondering if there is an event of the ComboBox control that is
>triggered when the text value of the combobox changes. I know that this is
>common in Access, and there must be some way to do it in VB, but I can't
for
>the life of me figure it out!
>TIA
>Regards
>Dave C