The setup:
I have one table which is used to schedule marketing emails (each record contains a single date).
I have another table which is used to schedule multiday promotions (each record contains a start date and and end date).
What I’m looking for:
For each record in my email-scheduling table, I would like a field that links to the records of all the promotions from the promotion-scheduling table that are ongoing during the day the marketing email is scheduled.
Any help would be appreciated. Thank you.
