I have created a table to store various values some of which are numbers. The field in question is setup as follows:
Data Type = Number
Field Size = Decimal
Precision = 28
Scale = 14
Decimal Places = Auto
This field stores numbers of a scientific origin, and as far as I know, the above setup is the only that will allows values ranging from trillions to trillionths.
In a particular case, I enter '17.0' into the field which is then rounded to simply '17'. In a purely numerical case 17 and 17.0 are the same, but when it comes scientific data, 17.0 is more accurate than 17 so I need the .0 to appear exactly as I type it in.
Does anyone know how to stop the access table and field from dropping numbers than end in .0 (or even .0000 etc).
Regards,
David
Data Type = Number
Field Size = Decimal
Precision = 28
Scale = 14
Decimal Places = Auto
This field stores numbers of a scientific origin, and as far as I know, the above setup is the only that will allows values ranging from trillions to trillionths.
In a particular case, I enter '17.0' into the field which is then rounded to simply '17'. In a purely numerical case 17 and 17.0 are the same, but when it comes scientific data, 17.0 is more accurate than 17 so I need the .0 to appear exactly as I type it in.
Does anyone know how to stop the access table and field from dropping numbers than end in .0 (or even .0000 etc).
Regards,
David