email report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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"
 
Back
Top