Can any one advise on the following please;
I am exporting a table of data into a CSV file from a MS Access 97 Db. An extract of the export routine used is below;
The resulting file has a carraige return on the very last record of data, so if i have 5 lines of data exported, the file actually contains 6 lines.
Appreciate any advice, tks.
I am exporting a table of data into a CSV file from a MS Access 97 Db. An extract of the export routine used is below;
Code:
DoCmd.TransferText acExportDelim, "EXPORT_MobileSpec", "qryEXPMessageCUSTMobile", "\\server_id\C$\FolderName\FileName.csv"
Appreciate any advice, tks.
Comment