Add this code to the OnClick property of the button:
DoCmd.OutputTo acOutputReport, "reportname", acFormatRTF, "c:\My Documents\filename.rtf", False
where reportname = name of your report and
filename = the name of the file
Hope this helps...
J. Jones
jjones@cybrtyme.com