Quote:
Originally Posted by Brian62
No. I need to have a total of all the yeses in all the columns. I will be adding more columns once the totals come out correctly.
Doc #2: has 9 Yes, 1 No
Doc #25: has 8 Yes, 1 NO, 1 N/A
Doc #36: Has 8 Yes, 2 No
Total should be 25. I hope this helps! Thanks!!
|
So you want a grand total of all the YES's.
This can be done by getting the total number of YES' in a record and then summing this total.
If the dataabse was properly design (normalized) this would be a very simply summing query.
Bascially you will need to count the YES's for each field (column) separately then add the individual totals together.