email report from access

P

prothery

I would like to be able to attach an access report to an email as
automatically as possible.

Any help really appreciated - even if it is give it up and use fax!
 
A

Arvin Meyer MVP

DoCmd.SendObject acSendReport, "ReportName", acFormatSNP, _
"Emailaddress";, , "Subject", , False
 
Top