Some additional information will be helpful...The database
allows users to post dated announcements. When posting they enter
an begin post date and an end post date. When a new entry is
written to the database, it looks at the begin post date and if it
is today's date, it sends an email announcement to everyone in the
group. (It's basically a notification that a new announcement has
been posted.)
However, if someone enters an announcement with a future post
date, no email notification is ever sent, since it's programed to
only check the post date upon submission (comparing it to that
day's date). I'd like a routine that once every day queries the
database looking for post dates that match that day's date and then
sends out an email notification.
Did that clarify it any?
Jerry
Text