Hi there!
I have records that are being appended to a new table. I would
like to have those records excluded from being used again for 180 days, at which
point they can be used again. Essentially, I have an ID and an email address
which gets stored in the Make Table. I would need to ensure that if we send an
email out in Week 1, we do not send an email again for another 180 days if there
is activity from that same ID. On day 181, the ID/email address can then be
resent.
Would I need an IF statement? If i have say, Table A where I store my records for week 1, how do I compare this with Week 2's table where there may be the same IDs? Furthermore, a record used in any week would need to be added back to main Table on day 181.
Please let me know if anyone can help.
Thanks!
I have records that are being appended to a new table. I would
like to have those records excluded from being used again for 180 days, at which
point they can be used again. Essentially, I have an ID and an email address
which gets stored in the Make Table. I would need to ensure that if we send an
email out in Week 1, we do not send an email again for another 180 days if there
is activity from that same ID. On day 181, the ID/email address can then be
resent.
Would I need an IF statement? If i have say, Table A where I store my records for week 1, how do I compare this with Week 2's table where there may be the same IDs? Furthermore, a record used in any week would need to be added back to main Table on day 181.
Please let me know if anyone can help.
Thanks!