Parameters in Reports

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

Guest

I have made some queries which all have parameters. Now I am trying to make
a report with subreports including those queries with the parameters. How do
I make only one parameter pop up for the main report when there is a
parameter for every subreport that will be included with the main report?

Thanks,
Cathy
 
You would have to create a form and have the user enter the parameter on the
form. Then, in your queries, reference the fields on the form. You can
search for "Parameter Form" or "Parameter Entry" and probably find more
detailed posts. This is a pretty common question in these newsgroups.
 
Visit www.joshdev.com, they have a set of tools to send parameters to reports
without setting up the parameters in the query used as the record source for
the report.
 
Back
Top