Formating problem when creating a word document

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top