J
johannes
Create a table in Access 2000 and enter the numbers in Double:
TABLE1:
ID FIELD1
1 0.01999
2 0.001999
Then export that table to .txt format, the following is produced:
"ID" "FIELD1"
1 , 0.01
2 , 1.999e-03
This happens whether the format is default (no format), Standard or
Scientific. As you can see, the error can be up to 100% on certain numbers,
e.g. when 0.01 was produced instead of 0.01999.
TABLE1:
ID FIELD1
1 0.01999
2 0.001999
Then export that table to .txt format, the following is produced:
"ID" "FIELD1"
1 , 0.01
2 , 1.999e-03
This happens whether the format is default (no format), Standard or
Scientific. As you can see, the error can be up to 100% on certain numbers,
e.g. when 0.01 was produced instead of 0.01999.