D
Don
Hello,
I'm exporting some data(from Access 2003) to a text file to send out. I see
that the file have a double quote at the front and end of each line. I'm
thinking that the vendor I'm sending to won't want this.
How can I use the command below and not have the double quotes inserted?
DoCmd.TransferText acExportDelim, , "tmpCheckExport", Me.txtFileName, False
Thanks
Don
I'm exporting some data(from Access 2003) to a text file to send out. I see
that the file have a double quote at the front and end of each line. I'm
thinking that the vendor I'm sending to won't want this.
How can I use the command below and not have the double quotes inserted?
DoCmd.TransferText acExportDelim, , "tmpCheckExport", Me.txtFileName, False
Thanks
Don