Re: Update All Rows on Continuous form Based on Selection in Footer
am 31.03.2008 21:02:27 von Stuart McCall"Patrick A"
news:7a91c716-8abb-488d-b2fa-e9e7c9c11df6@8g2000hsu.googlegr oups.com...
> 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
Ok, I've looked back through the thread and I'm not certain I have your
model correct in my mind. Let's review: As I understand it you have one main
form containing 6 subform controls, all of which contain the same form,
showing different data, presumably (else why do it).
Is that a correct summation?