From the Access help files:
ABS
Returns the absolute value of a number, which is a number without its sign.
Syntax
ABS(number)
Number is the number whose absolute value you want.
Add the following to convert the Negative to positive:
Abs([YourFieldHere])
HTH