Is there any way to stop placing the report name on top of each email? Here is the code.
DoCmd.SendObject acSendReport, "Report Test", acFormatRTF, txtTO, txtCC, txtBCC, txtSubject & " " & " - " & rs![OrgKey], txtMessage, False
rs.MoveNext
Every time I send an email it says
<<Report Test.rtf>>
DoCmd.SendObject acSendReport, "Report Test", acFormatRTF, txtTO, txtCC, txtBCC, txtSubject & " " & " - " & rs![OrgKey], txtMessage, False
rs.MoveNext
Every time I send an email it says
<<Report Test.rtf>>