Hello,
I am trying to email a report via this piece of code:
DoCmd.SendObject acSendReport, report_s, acFormatRTF, "tomme_maertens@hotmail.com", , , "test", "test", True
Everything is filled in (message text, message subject, ...), except the email address in the "To"-field. Can anybody help me please?
Thanks,
tomduvel
I am trying to email a report via this piece of code:
DoCmd.SendObject acSendReport, report_s, acFormatRTF, "tomme_maertens@hotmail.com", , , "test", "test", True
Everything is filled in (message text, message subject, ...), except the email address in the "To"-field. Can anybody help me please?
Thanks,
tomduvel