Hi there. I have a event table full of info for scheduling a bunch of different types of "events."
One of the pieces of data is the frequency these events need to occur in weeks. So some happen every week, some happen every 2, some every 4 weeks, etc.
In a planning table, that assigns specific information to each instance of the event (primarily location), there is look up fields for the event table info, and look up field to a location table.
Since all the events have different frequencies, I would like to automate the creating of the next events somewhat.
Is that possible?
So if I create "Event 1" assigned to "location 1" on the 1st of July 2023, and "event 1" repeats every week, can I have it automatically create "event 2" on 8th of July 2023?
This could ideally be handled 2 ways - a field that has a "no more events after this date" info (so that it doesn't create infinite records), or the Planning Table is grouped by "event" and whenever I click the "new record" button, it automatically makes the date 8th of July 2023?
In essence, on creation of new event, it needs to look up the most recent instance that "event 1" was linked into the planning table.
Create record based on another record's date?

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.