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.
 

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