Legion6789
Programmer
- Jun 11, 2007
- 2
I'm generating a series of emails and sending them in outlook from access. The emails will be blank but have a word doc for an attachment with some data from the access db. I know how to create a word doc, and I know how to create an email and attach a file. What I'm wondering is, is there a way to create the word doc attachment on the fly without saving it to the hard drive and attach it to the email. Basically, when I send out say 300 emails to people listed in the database, I don't want to have 300 word docs sitting on my hard drive afterward. Is there a way to do this?