Sorry, I miss-typed. Still trying to figure this out.
Invoked in the AfterUpdate event of the control on the sub form,
> me.parent.name gives me the Object name (FRM_My_Form) of the Parent form.
> me.name gives me the Object name of the Child form (SFRM_My_SubForm) .
I need the "Instance" name of the form,
e.g. Forms!FRM_My_Form_Inst1!SFRM_My_SubForm_Inst1, or Forms!
FRM_My_Form_Inst1!SFRM_My_SubForm_Inst2, etc.
Thanks,
Patrick
