Hello
I want to add a criteria in a query under field_2 to return value larger than field_1
I wroteand that was ok but it is possible for field_1 to be nullCode:>field_1
so I wrote following code and got error
Can anyone help me on this?Code:IIf(IsNull(field_1);field_2;>field_1))
Thanks in advance