Hello All - I have an expression in a query in which I need to layer in an "If Error" clause. I tried the following, but received the error message;
"The expression you entered has a function containing the wrong number of arguments"
Here's the expression I entered:
NETCOLL:=IIf(IsError([PAYMENTS]/([CHARGES]-[CONTRACTUALS]),0,[PAYMENTS]/([CHARGES]-[CONTRACTUALS]))
Any insight is greatly appreciated!
"The expression you entered has a function containing the wrong number of arguments"
Here's the expression I entered:
NETCOLL:=IIf(IsError([PAYMENTS]/([CHARGES]-[CONTRACTUALS]),0,[PAYMENTS]/([CHARGES]-[CONTRACTUALS]))
Any insight is greatly appreciated!