M
michael
I have a form with a subform (which is a datasheet).
I found that the subform control OnClick event will fire when I move
from the form to the subform, however, I can not find an event that
will fire when I move from the subform back to the parent form. I
have tried Form_Activate, Form_MouseClick, Form_KeyDown, etc.
MouseMove seems to work once in a while but not stable enough to
trust.
Does anyone know how I can get code to run when I switch from a
subform back to a form?
I found that the subform control OnClick event will fire when I move
from the form to the subform, however, I can not find an event that
will fire when I move from the subform back to the parent form. I
have tried Form_Activate, Form_MouseClick, Form_KeyDown, etc.
MouseMove seems to work once in a while but not stable enough to
trust.
Does anyone know how I can get code to run when I switch from a
subform back to a form?