From: Brad on
Is it possible to use an Absolute Value in a report rather than defining the
Absolute Value in the query that the report is based on?

Brad
From: ghetto_banjo on
Sure. in a textbox on the report, you can use the absolute value
function there.

=Abs([fieldname])
From: Brad on
ghetto_banjo

Thanks for the help.

Brad


"ghetto_banjo" wrote:

> Sure. in a textbox on the report, you can use the absolute value
> function there.
>
> =Abs([fieldname])
> .
>