D
Dale
My Table (TblServiceOrders) has a Text Field (Status) that has these options:
Billed, To Be Billed, Completed, Open. I'm trying to count off of this field
in my report footer that would give the the total "Billed", total "Open",
etc. service orders.
I tried this formulas but my result was a "0" answer.
=Sum(Abs([Status]="Billed"))
Any advise?
Billed, To Be Billed, Completed, Open. I'm trying to count off of this field
in my report footer that would give the the total "Billed", total "Open",
etc. service orders.
I tried this formulas but my result was a "0" answer.
=Sum(Abs([Status]="Billed"))
Any advise?