Problem with OutputTo command and formats (1 Viewer)

hammerva

Registered User.
Local time
Today, 11:47
Joined
Dec 19, 2000
Messages
102
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. :mad:

Thanks
 
J

JohnBoy

Guest
I had a similar problem. I never found a way to export the report as an rtf file. I switched to snapshot file format which has a free reader supplied by Microsoft. This will display the report exactly as viewed in Access but will not allow the users to modify the detail.
Hope this helps
 

Users who are viewing this thread

Top Bottom