Pass Info between Main and Subreport

  • Thread starter Thread starter bw
  • Start date Start date
B

bw

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
 
Back
Top