I hava table named tblPeople with the following fields:
Id Primary Key
Name
Tea......checkbox
Coffee.....checkbox
Water.....checkbox
Juice.....checkbox
I would like to have a query which will tell me how many times each item is ticked. One person can tick more than one check-box. I can calculate each item in separate quries, by grouping them and counting Id but I am unable to use one query to do all that. Is it possible to do this? Can someone help me please?
Many Thanks
Id Primary Key
Name
Tea......checkbox
Coffee.....checkbox
Water.....checkbox
Juice.....checkbox
I would like to have a query which will tell me how many times each item is ticked. One person can tick more than one check-box. I can calculate each item in separate quries, by grouping them and counting Id but I am unable to use one query to do all that. Is it possible to do this? Can someone help me please?
Many Thanks
Last edited: