Print report in Black and white

K

KPatel

Hi
I have a database that is secured, and I need the reports
and forms to print in black and white irrespective of the
printer type.

I have tried the following but it gives me a compile
error stating "Method or data member not found" and it
highlights EndDoc: (We are using Office 2000, Office XP
and Office 2003)

Printer.ColorMode = acPRCMMonochrome
Printer.EndDoc

I have even tried:

Printer.ColorMode = acPRCMMonochrome
DoCmd.PrintOut acSelection, , , acDraft, 1
This still prints in color.

Would appreciate any help.

Thanks in advance
 
Top