printing

  • Thread starter Thread starter giorgio
  • Start date Start date
how can be launch from code a report print in black & white ?

Using

DoCmd.OpenReport

See the online help for OpenReport in the VBA online help.

The report will print in whatever colors were specified in the Report,
if the default printer supports color; if the default printer is black
and white, it will print in black and white. I don't know any way to
use code to strip color from an existing report.
 

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

Back
Top