G
Glenn
Hi all,
I get no syntax error on this, but I have one row in a field that divides by
zero and in order not to get a #ERROR in the field, I need to use the
following line
IIf([Number1]/[Number2]<>0,[Number1]/[Number2],0)
Although the above line has no syntax errors, I am still left with #ERROR
I need #ERROR to be 0.
glenn
I get no syntax error on this, but I have one row in a field that divides by
zero and in order not to get a #ERROR in the field, I need to use the
following line
IIf([Number1]/[Number2]<>0,[Number1]/[Number2],0)
Although the above line has no syntax errors, I am still left with #ERROR
I need #ERROR to be 0.
glenn