Actually the key is:
Printer.ColorMode = acPRCMColor
this resets the ColorMode to always print out in color if it can.
Application.Printer.ColorMode = acPRCMColor doesn't seem to do anything at all.
Alright.
For no reason that I can discern, the code:
Application.Printer.ColorMode = acPRCMColor
now works, allowing me to print in color to my Kodak 5500 AiO. As mentioned earlier, I used that exact syntax before and the printer still printed only in black-and-white using DoCmd.PrintOut...
Hello all,
I have a rather strange problem using Visual Basic to print out images in MS Access 2003. I have a form which displays a large image. There are two buttons at the bottom (Print in BW and Print in Color). The user clicks the Color button to print to our KODAK 5500 AIO color...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.