Added a sub-report but have to enter parameter twice

T

Tracy

I amcreating an invoice. To create the invoice, I must
pull the tax information from a sub report. When I added
the sub report I made the invoice header the link between
the two reports. Now when I run the main report, I have
to enter the invoice number twice, as the parameter window
comes up twice. The report runs fine, why is it doing
that?

Thanks in advance.

Tracy
 
D

Duane Hookom

If both reports depend on a parameter query, you will get prompted once for
the main report and once for every instance of the subreport. If this is
your situation, you may want to pull the parameter value/criteria from a
form control. Your criteria would then be something like:
Forms!frmA!txtYourCriteria
 

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