VBA in Access or Outlook - Which one to use?

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

I have a table containing email addresses and other data that I need to email
out to each recipient in the table. Each email will contain in the body of
the message only the data relative to the particular recipient.
My question is which application Access or Outlook is the best one to code
the module in to do this?

I am using Access 2003 and Outlook 2003.
 
Thanks all, I coded it in Access, it works great. Now I just need to get rid
of that pesky security dialog box, but I saw some posts about that and will
check it out.

- Side note- Arvin the code you referenced is similiar to what I have, but I
needed to get the results of a query into the body, not an attachment.
 
Back
Top