I have this in the ReportFooter
=IIf(IsError(Sum([SumOfBalance])),0,Sum([SumOfBalance]))
and I still get #Error#
I have =IIf(IsError([SumOfBalance]),0,[SumOfBalance]) in the detail and it works.
I don't know what I'm doing wrong for the Grand Total in the Report Footer.
HELP!
=IIf(IsError(Sum([SumOfBalance])),0,Sum([SumOfBalance]))
and I still get #Error#
I have =IIf(IsError([SumOfBalance]),0,[SumOfBalance]) in the detail and it works.
I don't know what I'm doing wrong for the Grand Total in the Report Footer.
HELP!