G
Guest
How do I pull data from an Access 2003 DB into a preformatted MS Outlook 2003
email? I have record sets in a DB that contains data that needs to be send
to people.
-----------------------------------------------------------------------------------------
Example DB:
<account_name> <name> <email> <room_num> <last_used
-----------------------------------------------------------------------------------------
Example Email:
FROM: ADMIN
TO: <email>
SUBJ: Subject Goes Here
Hello <name>,
Your <room_num> has not been used since <last_used> on account
<account_name>. This room will be perged if not used with in 30 days.
Thank you
-----------------------------------------------------------------------------------------
Also, accounts can contain several rooms, I have to only send ONE email to
each <email> and contain all the <room> data for those <account_name> 's into
one email. What's the best course of action for this? Use Access or
Outlook? How do I go about it?
email? I have record sets in a DB that contains data that needs to be send
to people.
-----------------------------------------------------------------------------------------
Example DB:
<account_name> <name> <email> <room_num> <last_used
-----------------------------------------------------------------------------------------
Example Email:
FROM: ADMIN
TO: <email>
SUBJ: Subject Goes Here
Hello <name>,
Your <room_num> has not been used since <last_used> on account
<account_name>. This room will be perged if not used with in 30 days.
Thank you
-----------------------------------------------------------------------------------------
Also, accounts can contain several rooms, I have to only send ONE email to
each <email> and contain all the <room> data for those <account_name> 's into
one email. What's the best course of action for this? Use Access or
Outlook? How do I go about it?