P
PaleRider
Hi,
Is there a way to send the results of a report to multiple email recipients
from Access 2003. I already have a table with email addresses and I have
looked at some examples in this forum, but I don't know how to use the code
examples and make it work for my situation. Can someone help me with how to
code things to send email to Outlook.
I have a report "Personnel" that gets data from a query "qryPersonnel". I
then have a email table with the following fields:
(tblMyMail)
Email_ID = PK
Email_Address = Text
Email_Subject = Text
Date_Sent = DATE/TIME
I have the following Report with these fields:
(rptPersonnel)
Full_Name
Company_Name
Contact_Name
Void_Date
DaysLeft
If you require more information let me know. Thank you in advance.
PR
Is there a way to send the results of a report to multiple email recipients
from Access 2003. I already have a table with email addresses and I have
looked at some examples in this forum, but I don't know how to use the code
examples and make it work for my situation. Can someone help me with how to
code things to send email to Outlook.
I have a report "Personnel" that gets data from a query "qryPersonnel". I
then have a email table with the following fields:
(tblMyMail)
Email_ID = PK
Email_Address = Text
Email_Subject = Text
Date_Sent = DATE/TIME
I have the following Report with these fields:
(rptPersonnel)
Full_Name
Company_Name
Contact_Name
Void_Date
DaysLeft
If you require more information let me know. Thank you in advance.
PR