Access Fixed Format

A

Amber

I was wondering how to fix the format in a report so that only one decimal
place is used, and how do i apply it?
 
F

fredg

I was wondering how to fix the format in a report so that only one decimal
place is used, and how do i apply it?

Set the Format property of the control to:
#,###.0;-#,###.0;
Look in Access Help:
Format Property + Number and Currency datatype
 
Top