Automating reports containing parameters

G

Guest

I am trying to write some code to automate the output reports from my
database. Some of the reports have parameters to determine the report
content. How do I write code to tell the model what the parameters should be
when the reports are run? I am using the DoCmd.OpenReport function but do not
know how to tell it what the parameter value should be for a specific report
 
G

Guest

Hi Carol,

Is it practical to have your query (that is prompting you for the
parameters) to pick the param's up from a form? That's a good way of not
being prompted...

Damian.
 

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