Hi All
I have the following code in my Datbase for emailing the access report.
DoCmd.OpenReport stDocName, acPreview
DoCmd.SendObject acSendReport, , acFormatRTF, _
"graham.millichap@northyorks.gov.uk", , , _
"Test Email", "test", False, False
If I export to RTF the report...