davidd31415
Programmer
I would like to fire an event after a combobox has been set to a new value. AfterUpdate works great unless the user presses delete to clear the value in the combobox and then moves to another field- the event does not fire in this case.
OnKeyDown works for me but the event is being called after each key press. Is there an event that will fire each time the value is changed but not after each key press?
I'm using an unbound form if that matters. For the time being I am adding a conditional to the OnKeyDown event to check for the delete key.
Thanks,
David
OnKeyDown works for me but the event is being called after each key press. Is there an event that will fire each time the value is changed but not after each key press?
I'm using an unbound form if that matters. For the time being I am adding a conditional to the OnKeyDown event to check for the delete key.
Thanks,
David