How do I change the field color of a field if calculated amount is negative?
I have a field that calculates the difference between two other fields.
For example: [totalfield]= [field1]-[field2].
I would like the field to be green if the number in [totalfield] is a positive number.
Likewise, if the number in [totalfield] comes out as a negative number, I would like the field to change to red.
Right now, in [totalfield] I have done a simplified notation formula to subtract the two.
How do I implement the calculation and the code for the color of the field into one?'
Thanks!