Can anyone help with this? I have a table of Events and a table of Attendees. The attendees can view and select events they wish to attend through an enumlist column in the attendees table (EventsList). This is used to populate a column in the Events table listing all attendees attending (AttendeesList) used for event planning.
The issue is that events are frequent and attendees will regularly update their respective EventsList column, so I want to filter that to only show upcoming events. I tried by filtering the enumlist validif expression but of course, events selected in the past caused an invalid response. Grateful for any suggestions.