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