I'm new to Access and need some help with some data manipulation.
I have a database that tracks 8,000 unique individuals' participation in a series of 35 events. Not all individuals will participate in these events. There is one table that holds all of the data. Each of the 35 events has a check box to indicate participation.
I need to run a query or report that provides me with a list of people who particpate in one or more events (I want a total count of unique participants).
I have tried running a parameter query but I run out of space for the "or" statements since there are 35 unique events. How can I create this report and thanks in advance for your help. I really appreciate it.
I have a database that tracks 8,000 unique individuals' participation in a series of 35 events. Not all individuals will participate in these events. There is one table that holds all of the data. Each of the 35 events has a check box to indicate participation.
I need to run a query or report that provides me with a list of people who particpate in one or more events (I want a total count of unique participants).
I have tried running a parameter query but I run out of space for the "or" statements since there are 35 unique events. How can I create this report and thanks in advance for your help. I really appreciate it.