Arthur Fuller
fuller.artful at gmail.com
Tue Jul 3 12:32:05 CDT 2007
I should have been more clear, sorry about that. Call the popup form C, from which I want to execute the code. The target field is on form B, which is a subform of form A. Arthur On 7/3/07, Steve Schapel <miscellany at mvps.org> wrote: > > Arthur, > > What does the "B" refer to in your example? Do you mean you want the > result in a control on a subform? > > If the value form the popup form is going into a control on form A, > then... > Forms!A!ResultPlace = Me.Result > > If the value form the popup form is going into a control on subform B on > form A, then... > Forms!A!B.Form!ResultPlace = Me.Result > > Regards > Steve >