I am trying to count the number of records that have criteria of FSL = 0, 1, 2, 3 and 4. After research this I found a way to do this was make a calculating IIf field then have a seperate field do the count. This is what I've done but it is not working. Any suggestions.
=IIf([FSL]=0,1,0) (named this field 0CountCal)
=Count([0CountCal])
Used the same formulas for 1,2,3 and 4