Forum Discussion
malcolm_p_galvin_jr
Apr 12, 2023Copper Contributor
Combo box will not display 3 decimal number in drop down list.
I have a table, ComponentFixed: > Field name: ID. Date Type: number. Field size: double. Format: Fixed. Decimal Places: 3 > Field name: Component. Data Type: short text. Rows: ID   Compone...
George_Hepworth
Apr 12, 2023Silver Contributor
Double is probably not a good choice for the datatype of this field. It is often inaccurate.
For your purposes, with a requirement for 3 decimal places, currency would be a better choice for the datatype.