Is not working for me with the IIf.
I have a simple report with a total at the end (=Sum([Amount]))
When I have no records it displays #Error
I tried =IIf(IsError(Sum([Amount])),0,Sum([Amount])) but it still shows #Error when no records are selected in my report.
ColinEssex: How can I override this on NoData? An example would be great.