M
MattS
I have a table of action items assigned to each person with a date it is due.
The table is simple. The fields are
[AssignedBy][DateAssigned][AssignedTo][ActionRequired][DateDue][DateCompleted][CompletedComments].
I have the field [AssignedTo] setup with a lookup to another table that has
[ContactName][ContactEmail]. I have the field save the email in the action
item table. I want setup something that will send emails to the [AssignedTo]
people that have action items that are not completed. I have made a macro
that emails people using a field from a form but it exported a whole form
which is close but not what I need. I hope can explain this. I want an email
sent to each person for each action item and not show records that they are
not listed in. I would love to set it up on a timer but a button that
generates the emails would work too.
The table is simple. The fields are
[AssignedBy][DateAssigned][AssignedTo][ActionRequired][DateDue][DateCompleted][CompletedComments].
I have the field [AssignedTo] setup with a lookup to another table that has
[ContactName][ContactEmail]. I have the field save the email in the action
item table. I want setup something that will send emails to the [AssignedTo]
people that have action items that are not completed. I have made a macro
that emails people using a field from a form but it exported a whole form
which is close but not what I need. I hope can explain this. I want an email
sent to each person for each action item and not show records that they are
not listed in. I would love to set it up on a timer but a button that
generates the emails would work too.