I am trying to display a series of totals in a report footer which are made up of calculated fields in a query
DtMinBreak: IIf([Reason]="Break",[DownTimeMins],"")
The query runs correctly and when I view it the relevant data is there for each row.
Therefore I thought it would be a simple...