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
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