unable to tab out of a combo box

samjesse

Registered User.
Local time
Today, 04:11
Joined
Feb 13, 2009
Messages
64
Hi

Thank you for helping.

I have a combo box which I use to jump to a certain record in a form in Continuous View. The combo box located in the form header which works fine when the code is attached to the OnChange event. But that works premature when I have not finished typing what I am looking for yet. I tried few events for no avail. I need OnLostFocus but I can not tab out of the combo for the life of me, it works when I click out of the combo box with the mouse but I want to use the Keyboard Tab.

How can I fix this?

Many thx
 
Try the after update event.
 

Users who are viewing this thread

Back
Top Bottom