Hi,
I am currently building a database that requires each person to have a membership, now they can be a "non-member", "ordinary" member which is a 1 year membership or a "life" member during different phases of time, what I want to do is be able to generate a report which shows me all the people who are non members or have expired membership, currently I have two tables, a people table containing all the people information and a membership table holding what memberships they have had over time.
I've tried creating a query using "Max" but that displays all the records e.g. if a person was a non-member between 2000-2005 then an ordinary member from 2005-2006 my report shows both rows, I only want to see the 2005-2006 row.
Any ideas on how I could do this?
Thanks
I am currently building a database that requires each person to have a membership, now they can be a "non-member", "ordinary" member which is a 1 year membership or a "life" member during different phases of time, what I want to do is be able to generate a report which shows me all the people who are non members or have expired membership, currently I have two tables, a people table containing all the people information and a membership table holding what memberships they have had over time.
I've tried creating a query using "Max" but that displays all the records e.g. if a person was a non-member between 2000-2005 then an ordinary member from 2005-2006 my report shows both rows, I only want to see the 2005-2006 row.
Any ideas on how I could do this?
Thanks
Last edited: