I have a table (Table 1) with events. They all have a date. Some of them are in the past.
I have another table (Table 2) for event registration. This table has a “link to a record” field which links to the entries of Table 1. Users can pick out the event for which they want to register here. But they should not see all the past events only the ones in the future.
Is there a way to do this?