xmeb
Technical User
- Jun 5, 2013
- 89
I am using the following in a text box on a report which works fine but in addition to returning the total of all vehicle jump starts which it now does I also want it to return the daily total for the report date.
Code:
=Sum(IIf([Action]="Vehicle Jump Start",1,0))