Hi -
Multiplying by -1 does the trick for sure, if you can always be assured that the original amount will be a negative number. But, what if the amount could be either positive or negative? Multiplying a positive amount by -1 returns a negative balance.
The Abs() function ensures that a positive balance is always returned. Guess it all depends on the particular situation.
Bob