how do I remove a minus sign from a negative number in access?

G

Guest

I have negative numbers in my data that I need to use the positive value of
to create a report. Is there a way to simply remove teh minus sign?
 
A

Andi Mayer

I have negative numbers in my data that I need to use the positive value of
to create a report. Is there a way to simply remove teh minus sign?

ABS(the Value)
gives you the absolute Value of the Value and this is evertime
positive
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top