Hi,
There is a Method of the DoCmd Object called SendObject:
i.e.
DoCmd.SendObject acSendReport, "rptName" _
, acFormatSNP, "(e-mail address removed)", , , "REPORT" _
, "Please find report attached", True
There are different formats available.
I.e.
acFormatSNP - Snapshot Format (*.snp)
acFormatTXT -MS-DOS Text (*.txt)
acFormatXLS - Microsoft Excel (*.xls)
acFormatRTF - Rich Text Format (*.rtf)
Only Snapshot format will look the same as the report, but the recipient
will need to have Snapshot Viewer installed to be able to read and print the
*.snp file.
HTH
--
Cheers
Mark
Free Access/Office Add-Ins at:
http://mphillipson.users.btopenworld.com/