News:

SMF - Just Installed!

Main Menu

Microsoft Access Function Library: Abs()

Started by bbasujon, August 15, 2012, 05:34:13 PM

Previous topic - Next topic

bbasujon

Function: Abs()

Purpose: The Abs() function returns the absolute value of any numeric expression provided to it as an argument.

Usage: Abs(expression)

Returns: Absolute value (unsigned magnitude) of expression

Examples and Special Cases

    Abs(-10) = 10
    Abs(10) = 10
    Abs(0) = 0
    Abs(NULL) = NULL
    Abs(uninitialized variable) = 0
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection