Absolute Value on Report

  • Thread starter Thread starter Brad
  • Start date Start date
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
 
Sure. in a textbox on the report, you can use the absolute value
function there.

=Abs([fieldname])
 
Back
Top