SOLVED

Keep the trailing 0's

Steel Contributor

Hello experts,

 

I have a field in my table with following settings:

Double

Decimal Places = 6

 

It doesnt display 6 though. 

It removes any trailing 0's

is there an extra setting I am missing?  

I like the view to be "blocked" where all numbers have the same number of digits. Its easier to view and confirms that I didnt miss a digit.

 

Tony2021_1-1651624875946.png

Tony2021_2-1651624998686.png

 

 

 

 

 

3 Replies
use the Format property (in design view of your table) of the Field (it pertains to the "appearance" of the value, it does not alter the "real" value saved on that field.)

if you don't want it in table level format, use form and add the format there.

Format: 0.000000
best response confirmed by Tony2021 (Steel Contributor)
Solution
In the property sheet, set Format to Fixed. The trailing zeroes will always be displayed
thank you very much. They both work though.
1 best response

Accepted Solutions
best response confirmed by Tony2021 (Steel Contributor)
Solution
In the property sheet, set Format to Fixed. The trailing zeroes will always be displayed

View solution in original post