N NasaDBGuy Aug 26, 2009 #1 I have a form with lots of sub forms and sub-sub-forms. Is there an event that fires when switching from one subform to another?
I have a form with lots of sub forms and sub-sub-forms. Is there an event that fires when switching from one subform to another?
M Marshall Barton Aug 26, 2009 #2 NasaDBGuy said: I have a form with lots of sub forms and sub-sub-forms. Is there an event that fires when switching from one subform to another? Click to expand... The subform control's (on the main form) GotFocus and Enter events will fire when you move to a subform. That will not tell you that you came from a subform, but Screen.PreviousControl may help with that.
NasaDBGuy said: I have a form with lots of sub forms and sub-sub-forms. Is there an event that fires when switching from one subform to another? Click to expand... The subform control's (on the main form) GotFocus and Enter events will fire when you move to a subform. That will not tell you that you came from a subform, but Screen.PreviousControl may help with that.