D
Diane
In a query, I need to compare to fields (numbers) and
compare if the signs are the same (ie, positive or
negative)
Example:
Field1 Field2 Result
100 -100 No
100 100 Yes
There is a 'Sign' function in Excel that handles this.
Is there an easier way in Access to accomplish this
rather than using a lengthly IIF statement?
Thanks for the help and consideration.
compare if the signs are the same (ie, positive or
negative)
Example:
Field1 Field2 Result
100 -100 No
100 100 Yes
There is a 'Sign' function in Excel that handles this.
Is there an easier way in Access to accomplish this
rather than using a lengthly IIF statement?
Thanks for the help and consideration.