G
Guest
I am exporting numeric (currency type) fields to a delimited text file, and
any amount greater than 999,999.99 gets converted to scientific notation.
The recipient of the file can't handle scientific notation, and in any case
some of the precision is lost. How can I export to a delimited text file
(via Access macro or DoCmd.TransferText method) without converting to
scientific notation?
any amount greater than 999,999.99 gets converted to scientific notation.
The recipient of the file can't handle scientific notation, and in any case
some of the precision is lost. How can I export to a delimited text file
(via Access macro or DoCmd.TransferText method) without converting to
scientific notation?