Emailing a recordset

prmitchell

Registered User.
Local time
Today, 10:21
Joined
Jan 2, 2013
Messages
58
How do I email a recordset to an email address contained in the recordset - as a report or query - using Outlook as the application?
Example of the recordset
emailFirstNameSportNameSportDateActivityNameActivityDate
volunteer1001@gmail.comPeterLawn Bowls
15/10/2021​
Oct Dinner
23/10/2021​
 
docmd.SendObject acSendQuery ,"qsMyQuery",acFormatXLS,sTO, ,,sSubj, sBodyMsg
 
Last edited:

Users who are viewing this thread

Back
Top Bottom