try this...
Enter this code to generate your report.
Report1 refers to the name of your report, so input your report name wherever Report1 is used.
True makes the file open after the code is run. Enter False if you would like to set it to not open the file for viewing.
The code is below....
DoCmd.OutputTo acReport, "Report1", "RichTextFormat(*.rtf)", "C:\YourIntendedDirectory\Report1.doc", True, ""
Hope this helps...