Using Access and Outlook to Send To Mailing Lists
Productivity, Programming Tagged access, email, office, outlook, sending mail 18 Comments »Perhaps the most popular article on the site explains how to send email to a bunch of people using Access and Outlook.
It has garnered its fair share of comments and emails, and one came in today that I figured I'd share and then elaborate on.
The mail reads (in part):
I have a following question: How to modify this module to be able to send messages to various mailing lists that I predefine in respective queries? In other words, I have in my database 3 categories of customers (in 3 different queries) andI want to address them with a different message. Do I need to create 3 macros running 3 modules each referring to a separate query with a given category of customers or is there another way to do it?
You don't have to create modules for each list, you just need to be able to tell the macro which query you want to use before running it.
Read the rest of this entry »

