Abs() Function

PR2AledE

Registered User.
Local time
Today, 18:17
Joined
Mar 21, 2003
Messages
16
Abs( )Function

Can anyone tell me what a Abs() function is and how I can use it in a query field to change negative values into positive values.

Thanks
 
Go back and read the answer given.
Please stop multiple postings, if you don't understand the answer go back to the original thread and say so
 
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
 
jf, he's already had this answer, either he can't read or is spamming
 
Yea...sorry about that Rich...just got on-line and this was the first post I looked at (Search New Posts)...next time I'll scan the whole forum.

Do you think I should post this 3 other places, just to make sure that others see it?? :D
 

Users who are viewing this thread

Back
Top Bottom