G
Guest
I have a database that contains records for contact escalations. "ECBData1"
is the table that holds the data. The record contains the Status, Date
Opened, Owner, Customer and Email Sent columns. I have a query ("RemQry1")
that returns all records that have a status of open and are 2 days old. What
I need to do is enter a function that when the database is open will run
"Remqry1" and send an email for each record that is returned from the query.
The email address to send to is in a column called "Address" in "Remqry1".
Once the emails are sent I need the function to update the "Email Sent"
column to reflect "Yes" in the table "ECBData1". If anyone has an example of
the code that will be a huge help.
is the table that holds the data. The record contains the Status, Date
Opened, Owner, Customer and Email Sent columns. I have a query ("RemQry1")
that returns all records that have a status of open and are 2 days old. What
I need to do is enter a function that when the database is open will run
"Remqry1" and send an email for each record that is returned from the query.
The email address to send to is in a column called "Address" in "Remqry1".
Once the emails are sent I need the function to update the "Email Sent"
column to reflect "Yes" in the table "ECBData1". If anyone has an example of
the code that will be a huge help.