G
Graeme Richardson
Hi, how can I get the Text value of a ComboBox when I type a new value into
it while the list is open?
I'm trapping the Validated event.
If I type a new value with the ComboBox closed then everything works. I.e. I
check the ComboBox.Text property and receive the new value.
However, if I show the list and type a new value then the ComboBox.Text
property returns the previously selected value.
Thanks for any help you can offer, Graeme.
it while the list is open?
I'm trapping the Validated event.
If I type a new value with the ComboBox closed then everything works. I.e. I
check the ComboBox.Text property and receive the new value.
However, if I show the list and type a new value then the ComboBox.Text
property returns the previously selected value.
Thanks for any help you can offer, Graeme.