Export of table as *.csv reduces doubles' precision to only 2 dec.

G

Guest

When I export an access 2003 table as a *.csv file, I am losing decimal
places in the floating point numbers after the export. The preview shows the
format with the proper number of decimal places that I indicated with the
number format; however, the actual file exported is not the same as the
preview: the numbers have lost precision and my calculations are off.

Any suggestions would be appreciated.

Thanks,
Dave
 
J

John Vinson

When I export an access 2003 table as a *.csv file, I am losing decimal
places in the floating point numbers after the export. The preview shows the
format with the proper number of decimal places that I indicated with the
number format; however, the actual file exported is not the same as the
preview: the numbers have lost precision and my calculations are off.

I'd suggest using the Format() function to create a calculated Text
field, and export that.


John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top