C
cc
In a Report Footer, I would like to sum the totals from two fields. The
fields are check boxes. I have added a Text Box to the Report. In
Properties for the field, I would like to be able to go to Control Source and
put in an expression that would work. To get the sum of one field with a
check box, I use the expression:
=sum(IIf([field name],1,0)) and it works fine.
But, I cannot come up with an expression that would add together the sums of
two fields that are check boxes. Can you help?
P.S. Please keep it simple if you can. My Access knowledge is limited.
Thank you very much for your assistance!
fields are check boxes. I have added a Text Box to the Report. In
Properties for the field, I would like to be able to go to Control Source and
put in an expression that would work. To get the sum of one field with a
check box, I use the expression:
=sum(IIf([field name],1,0)) and it works fine.
But, I cannot come up with an expression that would add together the sums of
two fields that are check boxes. Can you help?
P.S. Please keep it simple if you can. My Access knowledge is limited.
Thank you very much for your assistance!