Hi Folks,
Any help or advice regarding this problem would be greatly apprciated:
I am focusing on several check-mark box style fields in a table (I have about 13 seperate check-mark box fields). I am trying to create a query that lists how many "YES" answers are in each check-mark box for the table. If possible, instead of creating seperate queries for all 13 of the check-mark boxes, I would like to create one query which lists the number of "YES" check-marks for each one of the 13 fields. Is there anyway to do this?
I know that I can create seperate queries for each one of the queries and use an aggregate query with count function to generate the number of records with a "YES" in the field. However, if I could possibly find a way to show all the fields and just show total "YES" for each one of the fields it would be a lot easier. By the way, each unique record may have between 0 and all 13 check-mark boxes with a "YES" answer.
Thank you very much,
Joe
Any help or advice regarding this problem would be greatly apprciated:
I am focusing on several check-mark box style fields in a table (I have about 13 seperate check-mark box fields). I am trying to create a query that lists how many "YES" answers are in each check-mark box for the table. If possible, instead of creating seperate queries for all 13 of the check-mark boxes, I would like to create one query which lists the number of "YES" check-marks for each one of the 13 fields. Is there anyway to do this?
I know that I can create seperate queries for each one of the queries and use an aggregate query with count function to generate the number of records with a "YES" in the field. However, if I could possibly find a way to show all the fields and just show total "YES" for each one of the fields it would be a lot easier. By the way, each unique record may have between 0 and all 13 check-mark boxes with a "YES" answer.
Thank you very much,
Joe