Set rs1 = db.OpenRecordset("SR")
Loop through rs1 to grab vendor emails
salesrep = rs1![RepEMail] 'isolates the rep email field
DoCmd.SendObject acSendTable, "ExpSRout", acFormatXLS, salesrep, , , "Specif.....
I can send it to an email in my own contact list through outlook. However when I...
I am attempting to send emails to people in a query by pulling the cell data and inputting it into the send object module. What I am running into is getting a silent error because of the "To:" field has members in it I have never sent an email to before. According to the access module for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.