D
Dan @BCBS
On a report, in a text box, I'm trying to count the True results..
TR_EXPEDITED is a check box on the form, so the query shows "0" or "1"
obviously.
But when I code the text box in the report to count them with either "0"/"1"
or "True/False" I get an error "mismatch in criteria expression"..
=Sum(Abs([TR_Expedited]='True'))
Suggestions????
TR_EXPEDITED is a check box on the form, so the query shows "0" or "1"
obviously.
But when I code the text box in the report to count them with either "0"/"1"
or "True/False" I get an error "mismatch in criteria expression"..
=Sum(Abs([TR_Expedited]='True'))
Suggestions????