Hi people
I have a standard csv export which is adding decimal places to a field which needs to be standard.
I have tried all the normal ways of stopping this (setting the field format within the query and data build itself) and am now stuck as to what else to do. It seems it is ok when opened in Excel, but when opened with Notepad the decimals appear.
Here's my code:
DoCmd.TransferText acExportDelim, , "SALES_", "I:\Statistics\" & Year & Month & Day & "\SALES_" & Year & Month & Day & ".csv", -1
Not sure whether more detail is needed here...
Really appreciate your help.
Thanks
Claris
I have a standard csv export which is adding decimal places to a field which needs to be standard.
I have tried all the normal ways of stopping this (setting the field format within the query and data build itself) and am now stuck as to what else to do. It seems it is ok when opened in Excel, but when opened with Notepad the decimals appear.
Here's my code:
DoCmd.TransferText acExportDelim, , "SALES_", "I:\Statistics\" & Year & Month & Day & "\SALES_" & Year & Month & Day & ".csv", -1
Not sure whether more detail is needed here...
Really appreciate your help.
Thanks
Claris