G
Guest
I have created a standard Access report called rptInternalNotification that
uses seperator lines to differentiate various subtotal levels. When I use the
following command to export the file to RTF, the text portion comes out
exactly the same in the RTF file, but the lines have disappeared.
DoCmd.OutputTo acOutputReport, "rptInternalNotification", acFormatRTF, _
MFIN_Path & "Internal Notification Report - " & ReportPeriod & ".rtf",
True
Any thoughts on how to solve this?
Thanks.
uses seperator lines to differentiate various subtotal levels. When I use the
following command to export the file to RTF, the text portion comes out
exactly the same in the RTF file, but the lines have disappeared.
DoCmd.OutputTo acOutputReport, "rptInternalNotification", acFormatRTF, _
MFIN_Path & "Internal Notification Report - " & ReportPeriod & ".rtf",
True
Any thoughts on how to solve this?
Thanks.