Hello,
I have been struggling with a problem and still cannot find a solution. I have a form that has people's name, address, phone number, etc., AND approx 40 yes/no field options. Each person could have none, 1,2,15, or 20 checked for a yes (I assume no check is a no - db is null).
I want to report the people that have chosen more than one YES and their individual totals. When I use a query I can find all the people in the db that have chosen one activity with no problem using the criteria YES. But when I include multitude of activities and ctiteria yes in the query, it only finds people with those yes's that I checked for yes's. Someone suggested to use 'GoupBy' but I haven't had any luck. Each check has the format Acroynm then the work Check i.e. CH Check, or CMSC Check, and so on. The label associated with the check are, Text Lbl, BB Lbl, etc.
I exported the table to Excel, used and coutif function and got totals with everything from zeros to 20, then Excel would not data sort to get the data. It found the total of the yes's and of course the no's being zero. Access should do it easier.
I hope I have explained it OK. Thanks for your time.