해결됨
Field equals lesser of two values; one field sum of multiples, other is value
I'm new to this java business...
I need help defaulting to the amount in field A if the true total of fields b, c, d, e, etc (TrueTotal) is greater than A.
if A = TrueTotal value = truetotal
if A <TrueTotal, then default to A, notify user that amount doesn't match
if A>TrueTotal, then TrueTotal, notify user that amounts don't match and A is too high
Thanks so much.
