Report format not showing up in RTF

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
 
J

Jerry Whittle

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.
 

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

Top