Hi Folks,
I have several fields in a table, each field in the table can be either a Yes, No, or Null. Is it possible to run a query that would display how many Yes answers exists in each field (group the Yes count by field). Is this possible, or do I have to create a TOTALS query for each and every field in the table and then another query to merge all the TOTAL counts for each field together and display it that way?
Any help is greatly appreciated.
Thank you,
Joe
I have several fields in a table, each field in the table can be either a Yes, No, or Null. Is it possible to run a query that would display how many Yes answers exists in each field (group the Yes count by field). Is this possible, or do I have to create a TOTALS query for each and every field in the table and then another query to merge all the TOTAL counts for each field together and display it that way?
Any help is greatly appreciated.
Thank you,
Joe