pdf in color

C

CAM

Hello,

I am using Access 2002 and I am using a command button to print 3 reports
from my form directly into pdf, my problem is that only two of the reports
comes in color the 3rd doesn't print in color. How can I make sure that all
my reports are in color. I don't know the coding for that. Below is my
coding for printing the reports in pdf format.

Set Application.Printer = Application.Printers("Adobe PDF")
DoCmd.OpenReport "Accounting Detail", acViewNormal, "", "", acNormal
DoCmd.OpenReport "Annual Budget", acViewNormal, "", "", acNormal
DoCmd.OpenReport "Budget Report", acViewNormal, "", "", acNormal


Any help will be appreciated or website to visit. Thank you in advance.
 
A

Arvin Meyer [MVP]

I suspect the problem is with Adobe Acrobat Printer. I tried printing 5
color reports on my printer using Win2PDF as my PDF generator and it worked
fine.
 

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