R
Robin Chapple
I use macros to output commonly needed reports.
So far they have been membership lists and the RTF choice offered is
satisfactory.
Now I have a report that contains lines and Need to output as a Word
document.
Here is the code that I use for my RTF output:
DoCmd.OutputTo acReport, "aarptWeeklyReportForBoard",
"RichTextFormat(*.rtf)", "E:\###\rptWeeklyReportForBoard.RTF", True,
"", 0
Thanks,
Robin Chapple
So far they have been membership lists and the RTF choice offered is
satisfactory.
Now I have a report that contains lines and Need to output as a Word
document.
Here is the code that I use for my RTF output:
DoCmd.OutputTo acReport, "aarptWeeklyReportForBoard",
"RichTextFormat(*.rtf)", "E:\###\rptWeeklyReportForBoard.RTF", True,
"", 0
Thanks,
Robin Chapple