devGarfield
Programmer
Hi All,
I have a report that has a sum field called sumExamFeeCost = sum(detExamFeeCost) and a detail field called detExamFeeCost. The report runs off of a query, which can result in no records being returned. When no records are returned there are no records to sum or display. The details line show's blanks for this field, but the summed field is showing #Error.
I have tried nz(sum(sumExamFeeCost)) but I get the same error #Error.
What I would like to see in this case is either 0.00 or blanks as with the detail line.
The summed field is in a group footer
Many thanks
I have a report that has a sum field called sumExamFeeCost = sum(detExamFeeCost) and a detail field called detExamFeeCost. The report runs off of a query, which can result in no records being returned. When no records are returned there are no records to sum or display. The details line show's blanks for this field, but the summed field is showing #Error.
I have tried nz(sum(sumExamFeeCost)) but I get the same error #Error.
What I would like to see in this case is either 0.00 or blanks as with the detail line.
The summed field is in a group footer
Many thanks