Ok in a a nutshell here is my database
I have a table called 'contacts' that has basic contact and demographics about my members
I have a table called 'events' that lists the events and info about them (date, teacher, location, price)
I have a junction table called attendance where it records who came to what.
Here is what I need.
I want the quary to tell me who the most active people that are coming to events are, what they are coming to, how many events they are coming to, Idealy I would want to run this quary once a month or so, and have it answer these questions. Also Idealy I would want a form to say
Are you looking for the top (x) people?
What age range? (all or specific)
What marital status?
What date range are you looking at activity?
I don't really know where to start.
I have a table called 'contacts' that has basic contact and demographics about my members
I have a table called 'events' that lists the events and info about them (date, teacher, location, price)
I have a junction table called attendance where it records who came to what.
Here is what I need.
I want the quary to tell me who the most active people that are coming to events are, what they are coming to, how many events they are coming to, Idealy I would want to run this quary once a month or so, and have it answer these questions. Also Idealy I would want a form to say
Are you looking for the top (x) people?
What age range? (all or specific)
What marital status?
What date range are you looking at activity?
I don't really know where to start.
Comment