Print multiple reports for selected record

G

Guest

Hi, Can anyone help with the following, I have 13 reports, I want to create
a command button to print them for the current record in a form. Has anyone
got any ideas on how to do this.

Any help would be gratefully appreciated
 
J

Jeff Boyce

Sue

One approach would be to put code into Report1 that runs Report2, and code
in Report2 that runs Report3, ...

Each report would need to be based on a query that used the value of the
current record (ID) on the form as a parameter (or by opening the report in
code, passing a filter).
 

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