flow control

j_horbach

New member
Local time
Yesterday, 16:48
Joined
Jul 4, 2004
Messages
5
Hello.

This is a question about the flow of control regarding a Combo Box.

In the event, NotInList, I have code entering the value entered into the list. What is the event called directly after the After_Update() method for the combo box?

Thank you.
 
I would say the On Exit, or On Lost Focus. Or even the On Enter of the next field.

Hope this makes sense!!
 
As CBragg said, it depends. It depends on what you did to make the current field loose focus. Put message boxes in the obvious events. Then try various ways of causing the AfterUpdate to fire such as moving to the next record, closing the form, tabbing to a different field, clicking into a subform, etc.
 

Users who are viewing this thread

Back
Top Bottom