Paul,
DoCmd.OutputTo acOutputReport, cReport, acFormatRTF, "c:\LienTracker\test.dotx", True
cReport is a string variable that contains the name of the Access report. This is the same code I have been using, except that I'd output to a file name like test.rtf instead of test.dotx.
Doug