I will try to explain a bit better what I'm trying to do.In a decimal
field(DecimalField25), I would like that field to look at another
decimal field(DecimalField4). If the value in DecimalField4 is less than
1, then look at another decimal field(DecimalField2) and use the value
that was entered into DecimalField2 and input it into DecimalField25. If
the value in DecimalField4 is greater than 1, then simply use the value
that was entered into DecimalField4 and input it into
DecimalFeidl25.Hope t...