P
pokdbz
I am using this statement:
DoCmd.OutputTo acReport, "SummaryReport", "RichTextFormat(*.rtf)", loc &
strName & ".doc", False
When I use this it creates a word document but some of the formatting is
off. Text is also missing from the document. Just one example is a SSN it
as 111-11- as a SSN.
I'm assuming that it has to do something with the rtf format. Is there a
way to get an exact copy of the report I will create that is able to be saved
to word and edited later?
DoCmd.OutputTo acReport, "SummaryReport", "RichTextFormat(*.rtf)", loc &
strName & ".doc", False
When I use this it creates a word document but some of the formatting is
off. Text is also missing from the document. Just one example is a SSN it
as 111-11- as a SSN.
I'm assuming that it has to do something with the rtf format. Is there a
way to get an exact copy of the report I will create that is able to be saved
to word and edited later?