Hello all, my Friday afternoon brain just can’t get my head around this. I have a large database set up for our members and need to add new functionality to it. I have duplicated the base to try and nut it out.
I need a column that is for ‘past groups’, of which people could have been in several. I then need another column that relates to current or non current member based on these groups.
So Member 1 was in group 1, group 2, group 3
Member 2 was in group 2, group 3, group 4
Member 3 was in group 4
if group 1 ended 2016, group 2 ended 2020, group 3 ends 2022 and group 4 ends 2023
So the current member should only be showing yes if the member is in either group 3 or 4
I am not even sure if that makes sense. I need to set up a view for current members but don’t want to manually change each, I need a way to automate it based on the group they are in.
I have tried looking at classroom-type databases, but just can’t work out how to automate that current & past option based on a group date.