I am generating reports in Access 2002 and emailing a series of reports to various people at our sites.
I am using -
DoCmd.SendObject acSendReport, "rptdata", "RichTextFormat(*.rtf)", rs("Email_Address"), "", "", "email subject", "email message body", False
I want to the email sent to come from a different email address than the person logged into the system. ie if I run it, I want the email to be sent from a generic "accounts@ingeus.com.au" rather than my own email address.
Outlook lets you adjust this by changing the From field but I dont believe that the send object will allow you to utilise this field.
Can anyone advise?
I am using -
DoCmd.SendObject acSendReport, "rptdata", "RichTextFormat(*.rtf)", rs("Email_Address"), "", "", "email subject", "email message body", False
I want to the email sent to come from a different email address than the person logged into the system. ie if I run it, I want the email to be sent from a generic "accounts@ingeus.com.au" rather than my own email address.
Outlook lets you adjust this by changing the From field but I dont believe that the send object will allow you to utilise this field.
Can anyone advise?