J
JezLisle via AccessMonster.com
I am struggling with iff Statements. In my query I am trying to deduct one
column from another but if there is a blank in one field then input zero.
This is the statement I have tried but doesnt work...
NA4: iff(([4]-[5]=0,0),[4]-[5])
It brings back an error.... Syntax error (comma) in query expression 'iff((
[4]-[5]=0,0),[4]-[5])'
column from another but if there is a blank in one field then input zero.
This is the statement I have tried but doesnt work...
NA4: iff(([4]-[5]=0,0),[4]-[5])
It brings back an error.... Syntax error (comma) in query expression 'iff((
[4]-[5]=0,0),[4]-[5])'