T
Tony Williams
I am trying to unravel a report that someone has created (and since left)
and am getting an error in a calculated control.
In one control there is this expression
Round([txtprevqtrtotal8],0)
and in another is this
Round(Nz([txtprevqtrtotal9],0),0)
The first one works ok but the second one shows #Error I'm trying to figure
out why they would have inserted the Nz expression and what does it do. I've
searched help but can only find info on Nz in Visual Basic which doesn't
help me.
Can anyone help?
Thanks
Tony
and am getting an error in a calculated control.
In one control there is this expression
Round([txtprevqtrtotal8],0)
and in another is this
Round(Nz([txtprevqtrtotal9],0),0)
The first one works ok but the second one shows #Error I'm trying to figure
out why they would have inserted the Nz expression and what does it do. I've
searched help but can only find info on Nz in Visual Basic which doesn't
help me.
Can anyone help?
Thanks
Tony