dvlarsen619
Programmer
Hello all. I have a question about sending a report, or the content of a report in the body of an email instead of an attachment. Can this be done? I currently use the following to send a report:
DoCmd.SendObject acSendReport, "rpt_PacificLegalStatus", "(*.rtf)", , , , , , 1
The reports RecordSource is a query with a filter to get the report needed from the form the SendObject Command button is on.
I would like the reports content to be the email. ANy help or direction would be grateful. Thank you.
DoCmd.SendObject acSendReport, "rpt_PacificLegalStatus", "(*.rtf)", , , , , , 1
The reports RecordSource is a query with a filter to get the report needed from the form the SendObject Command button is on.
I would like the reports content to be the email. ANy help or direction would be grateful. Thank you.