calculating a negative numbers in a report.

R

rugiem

Can someone help with this?
I am doing sums on a report and some of the numbers are negative. What
should I do. My answers are coming out wrong all the time.
 
R

rugiem

No. I have a list of numbers that include some negative numbers that needs
to be summed.
 
R

Rick B

If you are summing numbers, the sign should be whatever it needs to be. You
can force the answer to a positive number by using the ABSOLUTE VALUE (I
think it is ABS(xxxxxx) to find the absolute value in Access).
 
Top