Reports/Subreports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that allows users to run multiple reports based on the criteria
they select on the form. Some of these reports have subreports. I need to
find a way for the criteria selected to apply to both the report and the
subreport in the report. Currently only the report runs off the criteria and
the subreport includes all data, not just the criteria selected data.
 
One approach would be to use fields (hidden, if necessary) on the primary
report and have the subreport(s) reference these fields to filter the data.

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I have a form that allows users to run multiple reports based on the
criteria
they select on the form. Some of these reports have subreports. I need to
find a way for the criteria selected to apply to both the report and the
subreport in the report. Currently only the report runs off the criteria
and
the subreport includes all data, not just the criteria selected data.
 
Thanks David. Unfortunately, that did not work for this database, but by
moving some things around in the report, I was able to eliminate the need for
the subreport allowing the criteria selected to do the job the way it was
envisioned. Everything is working fine now.
 

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

Back
Top