G
Guest
I have a field that is capturing as a true/false field. I have tried every
suggested way of counting these fields to no avail. I have tried
sum(Abs([fieldname])), DCount([fieldname]), Abs(Sum([fieldname]="Yes")),
sum(IIf(fieldname,1,0)). Nothing works, I get either a -1 or #Error. I am
trying to do this calculation in a form from a table that has the field. I
will also need to add a couple of AND and OR statements to the original count
once I get that working. Any thoughts?
suggested way of counting these fields to no avail. I have tried
sum(Abs([fieldname])), DCount([fieldname]), Abs(Sum([fieldname]="Yes")),
sum(IIf(fieldname,1,0)). Nothing works, I get either a -1 or #Error. I am
trying to do this calculation in a form from a table that has the field. I
will also need to add a couple of AND and OR statements to the original count
once I get that working. Any thoughts?