Yes, but please be aware that the documents may not appear in Word exactly the way they appear in Access.
Here is the basic syntax:
DoCmd.OutputTo acOutputReport, "YourReport", acFormatRTF, "C:\YourFolder\SomeFile.rt
f"
If you want an exact translation, you can try this:
http://www.lebans.com/ReportUtilities.htm(but it may be a bit trickier to implement)
;-)
JeffCoachman