Hello again.
I am trying to send a report to an RTF file. My report has data in a table format with rectangle and divider lines and such. So I have my OutPutTo statement:
DoCmd.OpenReport stDocName, acPreview, , stLinkCriteria
DoCmd.OutputTo acOutputReport, "Misc Meeting Agenda Print", acFormatRTF, , True
But when I look at the file in RTF, only the data shows and all the table and line formats are gone. How can I keep the formats and layout in the report in the RTF file? Or am I stuck.
Thanks
I am trying to send a report to an RTF file. My report has data in a table format with rectangle and divider lines and such. So I have my OutPutTo statement:
DoCmd.OpenReport stDocName, acPreview, , stLinkCriteria
DoCmd.OutputTo acOutputReport, "Misc Meeting Agenda Print", acFormatRTF, , True
But when I look at the file in RTF, only the data shows and all the table and line formats are gone. How can I keep the formats and layout in the report in the RTF file? Or am I stuck.

Thanks