R
R.T.
I have sql database that stores links to images of invoices in
multipage tiff's in the filesystem. I am using Stephen Leban's
wonderful code to display the multipage tiffs in access 2003
forms/reports.
A user has the ability to select a range of invoices (no pictures) by
multiple different criteria. The result is displayed in a continuous
form. A link from each record line will put up an associated form
with the image displayed.
What I need to do is provide a method for the user to print the entire
list of selected invoice images complete with multiple pages, each
invoice page on it's own sheet. I can currently get the first page of
each Tiff to print on its own page, but I am not having any luck
getting the 2nd through x pages to print.
To further clarify:
A user creates a list of 5 invoices, (two have a single page scanned
and stored, two have two pages scanned, and one has 3 pages scanned)
I want the user to be able to click a button, and a 9 page report
print that has each page of it's parent invoice on it's own page.
Final clarification;
I have a query which returns information and an invoice (date, number,
amount, etc) along with a link to a multipage tiff stored in the
filesystem. Using this query for a reports recordsource, how can I
print each page of the tiffs?
multipage tiff's in the filesystem. I am using Stephen Leban's
wonderful code to display the multipage tiffs in access 2003
forms/reports.
A user has the ability to select a range of invoices (no pictures) by
multiple different criteria. The result is displayed in a continuous
form. A link from each record line will put up an associated form
with the image displayed.
What I need to do is provide a method for the user to print the entire
list of selected invoice images complete with multiple pages, each
invoice page on it's own sheet. I can currently get the first page of
each Tiff to print on its own page, but I am not having any luck
getting the 2nd through x pages to print.
To further clarify:
A user creates a list of 5 invoices, (two have a single page scanned
and stored, two have two pages scanned, and one has 3 pages scanned)
I want the user to be able to click a button, and a 9 page report
print that has each page of it's parent invoice on it's own page.
Final clarification;
I have a query which returns information and an invoice (date, number,
amount, etc) along with a link to a multipage tiff stored in the
filesystem. Using this query for a reports recordsource, how can I
print each page of the tiffs?