I have a members table that contains member information, including the type of member that they are (fitness, massage etc). There is also a registration table, that stores the info for a fitness class that the member has registered for.
I need to run an expired member report. However - the user did not enter ALL of the past registrations into the database (due to having to go back years to do this).
So I need to be able to query, those members who DON'T have a registration ID as well as those that do - based on their expiration date of their membership.
I can figure out everything except how to pull in those who do not have a registration. As soon as I add that table into the query - it automatically filters those who don't out.
Thanks!!