I have a field that is a calculation of 2 other fields. The calculation provides positive or negative numbers.
The field is calculating depth of cut or fill for earthworks.
So the calculation goes like
[Field 1] - [Field 2] = [Field 3] [Field 4]
if [Field 3] calculates a negative number I want [Field 4] to display the text "FILL"
If [Field 3] calculates a positive number I want [Field 4] to display the text "CUT"
thank you in advance for any help
Craig