Set the number of decimal places to display for a control

Set the number of decimal places to display for a control

  1. Open a form in Design view or a report in Design view.

  2. Make sure the control you want to change is selected, and then click Properties on the toolbar to open the property sheet for the control.

  3. Click the DecimalPlaces property box, click the arrow, and then select the desired number of decimal places.

    The DecimalPlaces property provides a default setting, Auto, and the option to specify from 0 to 15 decimal places. When set to Auto, fields with Format property settings of Currency, Fixed, Standard, Percent and Scientific display two decimal places. The DecimalPlaces property has no effect unless the field or control has a Format property setting. For information on setting a data display format, click .

Note   The DecimalPlaces property setting affects only the number of decimal places that display, not how many decimal places are stored. For example, if you set the DecimalPlaces property to 2 for a Number field with the FieldSize property set to Integer, it will display with two decimal places, but because only whole number (integer) values will be stored, zeros will fill the two decimal places. To change the number of decimal places that will be stored, you must change a Number field's FieldSize property. For information on setting a field's FieldSize property, click