email report

D

david

I have set up spme code to make a report from the current record in a form
but I would like to add to the code to email it. I am a relative novice and
need step by step instructions - can anyone help?
 
O

Ofer

The code will use the SendObject command, read about it in help to see the
options you have

docmd.SendObject
acSendReport,"MyReportName","HTML","aaaa@Address",,,"Subject","MessageText"
 
Top