G
Guest
I am exporting Access 2003 data to a comma delimited text file. One of the
fields called "Units" is numeric data with 4 positions after the decimal
place (eg. 0.0023). If the value of "Units" is more than 0.0100, it exports
as 2 decimal places. If the value is less than 0.0100, it exports as
Scientic Notation. I need all values to export to the full 4 positions. I
have tried exporting the data from a query using the format command
(Unts:Format([Units],"0.0000") as recommended but the data appears in the
resulting text file as scientific notation. I've spent hours researching
this problem and nothing works. Any suggestions?
fields called "Units" is numeric data with 4 positions after the decimal
place (eg. 0.0023). If the value of "Units" is more than 0.0100, it exports
as 2 decimal places. If the value is less than 0.0100, it exports as
Scientic Notation. I need all values to export to the full 4 positions. I
have tried exporting the data from a query using the format command
(Unts:Format([Units],"0.0000") as recommended but the data appears in the
resulting text file as scientific notation. I've spent hours researching
this problem and nothing works. Any suggestions?