Report format not showing up in RTF

  • Thread starter Thread starter j stevenson
  • Start date Start date
J

j stevenson

I'm attempting to send a report in RTF via email with

Here's the code:

stDocName = "CALL_STRATEGY_REPORT"
DoCmd.SendObject acReport, stDocName, acFormatRTF

The data and labels transfer fine, however the boxes around the data and
labels is not showing up in the word document that opens with the RTF email.

Is there some field I need to change in the report to have the boxes show up
in RTF?

Thanks
 
Nope. When you export to RTF, you get the data and not much else.

You might consider sending the file in PDF format as it will keep all the
formatting; however, it won't be editable by the end user. Access 2007
(actually Office 2007) has a free download from MS to created PDF files. With
older versions you'll need another program like PDF995.
 
Back
Top