J
JIM
I'm creating a CSV file with the followning:
DoCmd.TransferText acExportDelim, , "qryCSVSales", "C:\Sales.csv"
'transfers query records to an Peachtree sales import file
The problem is that all the alphanumeric fields have quotes around them. Is
the best procedure to output an Access file first then use an update query to
remove the quotes? I need the quotes around one field but the rest of the
quotes need to be removed.
TIA
DoCmd.TransferText acExportDelim, , "qryCSVSales", "C:\Sales.csv"
'transfers query records to an Peachtree sales import file
The problem is that all the alphanumeric fields have quotes around them. Is
the best procedure to output an Access file first then use an update query to
remove the quotes? I need the quotes around one field but the rest of the
quotes need to be removed.
TIA