I am having issues when exporting records to a comma delimited text file. I have 4 numeric fields that are having the formatting changing during the export process. Below is a sample. My numeric fields are of double size and fixed at 4 decimals with the exception of the final column which is fixed at 2 decimal places. For whatever reason, occasionally a field will display as scientific notation which causes an EDI transmission between our customer and and us to fail. I have tried exporting a table as well as a query and changed formatting with no luck. If someone could tell me how to get around this I would appreciate it. My original application is in Access97 but I have experienced the same thing in Access2003.
DM1234,5/31/2008,23,188.49,A520,+,2.7e-03,CW,480.40,CW,1.29
DM1234,5/31/2008,23,188.49,B123,-,0.36,CW,520.00,CW,187.20
DM1234,5/31/2008,23,188.49,A520,+,2.7e-03,CW,480.40,CW,1.29
DM1234,5/31/2008,23,188.49,B123,-,0.36,CW,520.00,CW,187.20