Thank you Brian for the further comments.
Originally, I was attempting to count totals for a mixture of columns, not just tick boxes. I removed most, except tick boxes, to simplify my attempts.
I don't want my count to include Null values so Count(*) doesn't seem to be appropriate. However, is there a correct procedure to count the NULL rows in a column? Would 'Where [Fieldname] is Null' in the Criteria row do the trick.
jcbhydro
Originally, I was attempting to count totals for a mixture of columns, not just tick boxes. I removed most, except tick boxes, to simplify my attempts.
I don't want my count to include Null values so Count(*) doesn't seem to be appropriate. However, is there a correct procedure to count the NULL rows in a column? Would 'Where [Fieldname] is Null' in the Criteria row do the trick.
jcbhydro