M
Monty
Does anyone know of a property or method for making a combo box
execute some code when the box's list button is pressed? I've tried
On Click, On DblClick, On Enter, On Update, etc, and the only thing
that comes close is On Got Focus, but it only works once. Certain
form controls need to be disabled whenever the list button is pressed,
and then re-enabled when a list selection is made (On Update works for
that).
Programmatic suggestion are always welcome.
Thanks
execute some code when the box's list button is pressed? I've tried
On Click, On DblClick, On Enter, On Update, etc, and the only thing
that comes close is On Got Focus, but it only works once. Certain
form controls need to be disabled whenever the list button is pressed,
and then re-enabled when a list selection is made (On Update works for
that).
Programmatic suggestion are always welcome.
Thanks