Printing specific pages/page ranges with Access from a .tiff

B

balint12

I have an Access DB that prints an Report using data in a table, then have
an image (.TIFF) that is printed behind it using the location on our server.
(i.e. C:\Images\Invoices\Week12\12345.TIF)

Let's say 12345.tiff is a 5 page document, but I only want to print page 2,
or only page 1 and 3. How and where do I code that so that when it prints
the image, I don't get all 5 pages? I do have a separate table that lists a
pg_no that I want printed.

I currently have a button that On Click will run the [Event Procedure] and
perform the print perfectly and give me the entire image, but I need to know
how to only print specific pages.
 
S

Sylvain Lafontaine

This newsgroup is about ADP and its interaction with SQL-Server, so if you
want to have the best chances to get an answer to your question, you should
post in a more appropriate newsgroup like m.p.a.reports.
 

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