I'm trying to use the Nz function in a report to return in zero when a null value is encountered, like so, where I have a field in a tex box named SumofChildPhone:
=Nz(SumofChildPhone,0)
but it retruns an error. I have tried various combinations using brackets and qotations, but no luck. I have read elsewhere that this should be possible to do.
I must be doing something wrong?
=Nz(SumofChildPhone,0)
but it retruns an error. I have tried various combinations using brackets and qotations, but no luck. I have read elsewhere that this should be possible to do.
I must be doing something wrong?