Have an Access db that we are exporting data to a CSV formatted file. Have
some fields in tables defined as Double data type (General Number, auto
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/13531-access-export-possible-rounding-problem.html
decimal). When exporting the data, getting strange rounding of the numbers,
some up and some down. If I change the defined data type to Single (General
Number, auto decimal) the exported data appears to be correct and correctly
formatted.
We are manipulating the data before export by queries and code. The only
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13531
mathematical operations are addition and subtraction.
Any Ideas?
*