Print Report Background colours

  • Thread starter Thread starter Chris K
  • Start date Start date
C

Chris K

I'm using a routine to email a report

DoCmd.SendObject acSendReport, "JHPFlash", acFormatHTML

I have tried sending as RTF, HTML and snapshot but the report is very
plain - no background colours and no borders around the fields

Any setting I can change to make those appear?
 
Actually did work as snapshot but I would prefer HTML for compatibility sake
(with recipient)
 
Actually did work as snapshot but I would prefer HTML for
compatibility sake (with recipient)

I would suggest PDF as the only appropriate format. That's available
to you in A2007 and A2010.

It also may be that one of those versions also fixes the long-time
inadequacy of losing graphical elements (it was always because all
the output formats were based on RTF).

If you're using A2003, and you want PDF, you should check out
Stephen Lebans's PDF utility, which is based on snapshot output.
 
Back
Top