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.
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.