Hello, All!
This is probably a curly one. I want to print a series of reports, and
for each report I want to attach and print an accompanying PDF file. So
record 1 has a report page and then there is a PDF file that relates to this
record that I want printed at the same time. The trick is to print all the
records and have the corresponding PDFs appear in the report in the right
spot. Any clues??
g
mike noel - 05 Feb 2006 22:08 GMT
Maybe generate a batch file that (for each report)
-- launches the viewer to print a single report
-- launches acrobat to print the associate pdf
then, after generating for all the reports, launch the batch file and
wait for it to finish. Think that works?
> Hello, All!
>
[quoted text clipped - 6 lines]
>
> g
sarah.schreffler@gmail.com - 06 Feb 2006 22:29 GMT
> Hello, All!
>
[quoted text clipped - 4 lines]
> records and have the corresponding PDFs appear in the report in the right
> spot. Any clues??
What we do for this at my place of work is save as... out the PDF file
as an image file, then paste the image into a Word file. Then we can
print the Word file in the Access database.