Report Will No Print In Color

  • Thread starter Thread starter Gary
  • Start date Start date
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
 
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.
 
Back
Top