Report Will No Print In Color

G

Gary

Someone tried the following vba code to set a report to color. The default
printer is already set to color and the report is set to color too, but on my
user end, it will not print in color. They tried the following vba code and
it printed in color.

This is the code he used with Access 2003.

Reports("Rept#110_Main").Printer.ColorMode = acPRCMColor


When I tried it in Access 2000, I get an error.

Does anyone have any suggestions???

Thank You,

Gary
 
B

Brendan Reynolds

Gary said:
Someone tried the following vba code to set a report to color. The
default
printer is already set to color and the report is set to color too, but on
my
user end, it will not print in color. They tried the following vba code
and
it printed in color.

This is the code he used with Access 2003.

Reports("Rept#110_Main").Printer.ColorMode = acPRCMColor


When I tried it in Access 2000, I get an error.

Does anyone have any suggestions???

Thank You,

Gary


I'm going from memory here, but I think the Printer object was new in Access
2002. Possibly it might have been new in Access 2003. Anyway, I'm pretty
sure that it didn't exist in Access 2000.
 

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