Aug 16, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 I have a report in a database and i need to pass the report to a RTF file. How can i do it? Any Help Tkx ;-)
I have a report in a database and i need to pass the report to a RTF file. How can i do it? Any Help Tkx ;-)
Aug 16, 2001 #2 Chance1234 IS-IT--Management Joined Jul 25, 2001 Messages 7,871 Location US DoCmd.OutputTo acReport, "repcustombystatusreport", "RichTextFormat(*.rtf)", "c:\temp\RichRep.rtf", False, "" Upvote 0 Downvote
DoCmd.OutputTo acReport, "repcustombystatusreport", "RichTextFormat(*.rtf)", "c:\temp\RichRep.rtf", False, ""