Im trying to set the number format for a table column. The data that goes into the column has a range of decimal formats that i would like to preserve. I currently have the field size set to "double", the format to "general", and the decimal places to "auto".
If the last digit is a number other than zero, this setup works fine. However if the last digit(s) is zero, the significance is lost. For example if i have the numbers 3.1200, 3.120, and 3.12, i would like them to be stored and displayed as 3.1200, 3.120 and 3.12. However all 3, are rounded to 3.12.
Ive played with several other format combinations, but have had no luck. Storing the data as text is an option, however, this may cause problems down the road when I do statistics on this data.
Is there a solution to this problem?
Any suggestoins are greatly appreciated.
gemoon
If the last digit is a number other than zero, this setup works fine. However if the last digit(s) is zero, the significance is lost. For example if i have the numbers 3.1200, 3.120, and 3.12, i would like them to be stored and displayed as 3.1200, 3.120 and 3.12. However all 3, are rounded to 3.12.
Ive played with several other format combinations, but have had no luck. Storing the data as text is an option, however, this may cause problems down the road when I do statistics on this data.
Is there a solution to this problem?
Any suggestoins are greatly appreciated.
gemoon