paulmcdonnell
Ready to Help
- Local time
- Today, 04:39
- Joined
- Apr 11, 2001
- Messages
- 167
Who's the DADDY on automating Outlook?
Hi Guys (The daddy test for those who use outlook automation a bit, or othermise.)
I'm quite happy to get my database to get me to email me when an urgent update is required. but i now want it to create an email only this time Loop ing through a record set and listing all those recorde returned in the BODY of a mail message.
Previously i've used
DoCmd.SendObject , , , Emailto, , , Subject, body & vbCrLf & vbCrLf & "" , False
and looped through the record set to create an individual email and send it. Now I need to loop through my recordset and add those selected recorde to the BODY of the email. I currenltly have one variable that = .body.
How could i get the loop to work programmatically that created the .body property with all the found records
I just can't seem to get this one.
HYCH
Paul
Hi Guys (The daddy test for those who use outlook automation a bit, or othermise.)
I'm quite happy to get my database to get me to email me when an urgent update is required. but i now want it to create an email only this time Loop ing through a record set and listing all those recorde returned in the BODY of a mail message.
Previously i've used
DoCmd.SendObject , , , Emailto, , , Subject, body & vbCrLf & vbCrLf & "" , False
and looped through the record set to create an individual email and send it. Now I need to loop through my recordset and add those selected recorde to the BODY of the email. I currenltly have one variable that = .body.
How could i get the loop to work programmatically that created the .body property with all the found records
I just can't seem to get this one.
HYCH
Paul