I have simple database. It consist of Two tables.
TBL 1 consist of the email addresses with a unique identifer to TBL 2. TBL 2 consists of the data needed to be sent to individual email accounts.
I was thinking of a simple query to combine the two tables, but I need to send an email to each individual from the query and have the emails created automatically each time the query runs.
HELP!!!
TBL 1 consist of the email addresses with a unique identifer to TBL 2. TBL 2 consists of the data needed to be sent to individual email accounts.
I was thinking of a simple query to combine the two tables, but I need to send an email to each individual from the query and have the emails created automatically each time the query runs.
HELP!!!