N
NevilleT
I have a continuous form and want to put a total in the bottom. As some of
the data fields in the detail can be null, I use =nz([Allowance],0) which
works as expected. The result is either the value in Allowance, or zero.
For the sum I use =Sum(nz([Allowance],0)) Which causes an error. Any
suggestions
the data fields in the detail can be null, I use =nz([Allowance],0) which
works as expected. The result is either the value in Allowance, or zero.
For the sum I use =Sum(nz([Allowance],0)) Which causes an error. Any
suggestions