decimals in an expression

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

How do I do this?

Thanks!!!
 
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
 
Back
Top