Hi,
I have a Contest Definition Table that is capturing specific dates related to a contest. I have start and stop dates for about 5-7 different stages of a contest, so Nominations Open, Nominations Close, Voting Opens, Voting Closes, etc.
I have a record template set to create a set of tasks in a separate Tasks table for each contest based on those dates. The tasks are linked to the Contest Definition Table, All of that works just fine. Each task has it's own Start and End date. There are actuals tasks for Open Nominations, and Open voting which is set based on dates designated in the Contest Definition Table.
What I am having a hard time figuring out is how to update theTask dates when dates change in the Contest Definition Table.
Thanks for any help you can provide.