PRINT MULTIPLE REPORTS

  • Thread starter Thread starter BobHt
  • Start date Start date
B

BobHt

I have 3 reports that I would like to link to a specific
file and print without having to select 3 seperate print
commands. Currently I can get them to print but they
print all of the records in my table.

What can I do to make them print one specific file as
requested???

I will be greatful for your assistance.

Thanks,
BobH
 
If I understand correcly, you wish to create a report
possibly based on data displayed on a form, possibly only
pertaining to this form.
Than, you have created three reports and wish these three
reports to be printed (or output to file) as a single
report.
You can create a report based on a query and in that query
you can set the key datafield equal to the like data field
on the form.
To create the single output (print or file) create a
report with subreports, the subreports can be linked to
the main report and as such you can limit the data being
printed.
I am not sure how familiar you are with Access, if you
need more information post back on this line.
Hope this helps.
Fons
 
Back
Top