I have deduced that I need to work to 12 decimal places on a double data-type on a calculated field in a query. I have rounded to 12 dp's in the calculated field within the query for the stored value. In the consecutive form I have set the properties of the control to 4 dp & Format as 'General Number', hoping this would coerce the displayed value (not stored value) to my displayed value of 4 dp - no joy.
How does one coerce the displayed value (not stored value) to a lesser decimal point of accuracy on a form control to what is stored in the calculated field of a query or table?
How does one coerce the displayed value (not stored value) to a lesser decimal point of accuracy on a form control to what is stored in the calculated field of a query or table?