Hello,
Well, I am encountering a similar problem with a few reports that I am building.
Each record in the underlying query/table has a number of Yes/No Fields. I would like to provide a count of the "Yes's" for each of these fields in my report.
So, it would look something like this:
Field1 Field2 Field3
Y N N
Y Y N
Y Y Y
--------------------------
3 2 1
What method would you suggest for getting these totals?
Thanks!
Well, I am encountering a similar problem with a few reports that I am building.
Each record in the underlying query/table has a number of Yes/No Fields. I would like to provide a count of the "Yes's" for each of these fields in my report.
So, it would look something like this:
Field1 Field2 Field3
Y N N
Y Y N
Y Y Y
--------------------------
3 2 1
What method would you suggest for getting these totals?
Thanks!