D
Damien
How can I track true Change events in a bound ComboBox ?
ie
If a bound ComboxBox has a value in it, and the user
clicks the dropdown, the Change event is fired.
This isn't really a true change if the user is just
clicking the box to see what else in there.
I'm thinking I need to use a Static variable or module-
level variable, but am wondering if there is a better way,
or someone has an example of recording a true change.
Thanks
Damien
ie
If a bound ComboxBox has a value in it, and the user
clicks the dropdown, the Change event is fired.
This isn't really a true change if the user is just
clicking the box to see what else in there.
I'm thinking I need to use a Static variable or module-
level variable, but am wondering if there is a better way,
or someone has an example of recording a true change.
Thanks
Damien