Pass Info between Main and Subreport

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
 
D

Duane Hookom

You can always reference values of controls on forms in the same way:
=Forms!frmYourForm!txtYourControl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top