B
beppe005
I am trying to use the two functions IIf and IsError in a query in this way,
which is wrong (since it doesn't work):
Total: IIf(IsError([field1]/[field2];0;[field]/[field2])
my intenttion is that, if the result of the division is "error", for example
because [field2]=0, then value of [Total] is "0", otherwise the result of
the division should be the true result of the division.
TIA
Beppe
which is wrong (since it doesn't work):
Total: IIf(IsError([field1]/[field2];0;[field]/[field2])
my intenttion is that, if the result of the division is "error", for example
because [field2]=0, then value of [Total] is "0", otherwise the result of
the division should be the true result of the division.
TIA
Beppe