This is my first post and I have limited experience with Access.
I hope that my terminology is correct.
I have a table titled 3MesaMstr that has four fields including EstComplDate (date/time), ActivityID (text), Email (text), and 30DayRmndr (date/time). I have a Select query that selects records from 3MesaMstr where:
3MesaMstr is null
AND
EstComplDate is less than 31 days away
AND
Email no criteria, show only
I have a function that creates an email.
My goal is upon opening the Master form (or even clicking a button on the form) Access will:
1. Run the query.
2. Take the query results and email EstComplDate and ActivityID to the specific Email field. Not the entire results to all emails. Just email each result to the single email address in the record.
3. Write the current date to the 30DayRmndr upon emailing.
I tried to complete this action using a macro without success.
I have attached a simple version of the database.
Thank you for any help
-Rob
I hope that my terminology is correct.
I have a table titled 3MesaMstr that has four fields including EstComplDate (date/time), ActivityID (text), Email (text), and 30DayRmndr (date/time). I have a Select query that selects records from 3MesaMstr where:
3MesaMstr is null
AND
EstComplDate is less than 31 days away
AND
Email no criteria, show only
I have a function that creates an email.
My goal is upon opening the Master form (or even clicking a button on the form) Access will:
1. Run the query.
2. Take the query results and email EstComplDate and ActivityID to the specific Email field. Not the entire results to all emails. Just email each result to the single email address in the record.
3. Write the current date to the 30DayRmndr upon emailing.
I tried to complete this action using a macro without success.
I have attached a simple version of the database.
Thank you for any help
-Rob