Form_Current in Subform running before Form_Current in Main Form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have read a few posts about Form_Current running more than once and have
been having the same problem myself. After doing some testing, it looks like
Form_Current in my subform is running before Form_Current in my Main Form.

Can someone tell me if this is the normal sequence of events when you open a
form that contains a subform? I am trying to perform some actions inside
this event in my subform and they are not working. At the very least, I
would like to go to the last record in my subform when related records exist;
otherwise, I want to go to a new record.

Arlene
 
If I remember correctly, the Form_Current Event of the Subform is executed
both before and after the Form_Current Event of the main Form.

From the brief description of your requirement, I think the Form_Current
Event of the main Form would be appropriate.
 
Back
Top