|
Have you ever used Visual Basic before? It sounds like you're comfortable working with queries ... it's a little more complex, but not so much more.
Access might be able to do this out of the box using Macros ( before Reports, after Forms ). I have a beta of Office 2007, so I can't check and give you a definitive answer for the version you're running... But the first thing I'd look into is whether you can create an email from a macro.
Otherwise, all of the Office apps expose themselves to VBA, so you could write a bit of Visual Basic code to create an instance of Outlook, then create a new email, set the body text from your query's results, and then send it.
|