decimals in an expression

J

JohnLute

I have an expression that I want to keep at 4 decimals:
ID Cube: [IDLength]*[IDWidth]*[IDHeight]/1728

How do I do this?

Thanks!!!
 
M

Marshall Barton

JohnLute said:
I have an expression that I want to keep at 4 decimals:
ID Cube: [IDLength]*[IDWidth]*[IDHeight]/1728

Set the Format property of the field or text box where the
number is displayed to a custom format such as 0.0000
 
Top