I
iccsi
I would like to sum a field in the report.
The field get null result sometimes and I want to get sum for the
field result is not null.
I have following code in the control source of the text box, but the
report failed.
=IIf(IsNull([Raw1]),0,Sum([Raw1]))
Any suggestions for this issue?
Your help is great appreciated,
The field get null result sometimes and I want to get sum for the
field result is not null.
I have following code in the control source of the text box, but the
report failed.
=IIf(IsNull([Raw1]),0,Sum([Raw1]))
Any suggestions for this issue?
Your help is great appreciated,