Hi,
I have a SubForm as a Control on a MainForm.
I have code in the SubForm's OnEnter event, which I need to run when a New Record is created - either in the MainForm, or in the SubForm.
What other events would trigger the OnEnter event? Is it triggered only when a New Record is generated - or is it triggered every time the SubForm control is activated?
Prof?