UniqueTII
What?
- Local time
- Today, 10:58
- Joined
- Apr 4, 2002
- Messages
- 95
I need to send emails to everyone who has an email listed on a table that's created by a query. I saw a couple threads asking the same question, but couldn't come up with an answer.
One possible problem is that some of the entries don't have email addresses.
Another possible problem is that I want the emails to be sent automatically, but only once per day. The table changes every day (it's based on DateDiff()).
The email messages can all be the same...I just don't know how to go through the list AND not run into any problems if any of the records don't have email addresses.
One possible problem is that some of the entries don't have email addresses.
Another possible problem is that I want the emails to be sent automatically, but only once per day. The table changes every day (it's based on DateDiff()).
The email messages can all be the same...I just don't know how to go through the list AND not run into any problems if any of the records don't have email addresses.