Absolute Value on Report

B

Brad

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
 
G

ghetto_banjo

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

=Abs([fieldname])
 
Top