I'm populating unbound controls on a main report using a form. The
information on the form should also populate controls on the subreport
(although the controls used from the form in the subreport are different
than those in the main report).
I don't know how to pass information from the form in the Mainreport to the
Subreport.
Can someone explain how this is done?
Thanks,
Bernie
You can always reference values of controls on forms in the same way:
=Forms!frmYourForm!txtYourControl

Signature
Duane Hookom
MS Access MVP
--
> I'm populating unbound controls on a main report using a form. The
> information on the form should also populate controls on the subreport
[quoted text clipped - 7 lines]
> Thanks,
> Bernie
bw - 01 Dec 2005 15:52 GMT
Oh, well of course. Sorry to have bothered you with this.
Thanks,
Bernie
> You can always reference values of controls on forms in the same way:
> =Forms!frmYourForm!txtYourControl
[quoted text clipped - 10 lines]
>> Thanks,
>> Bernie