Hi all,
I have this line of code:
DoCmd.TransferText acExportDelim, , "tblLetterContent", strDBPathAndFile & "\Exports\LETTERS.csv", True
This works fine. However, I wanted to export to the csv file without double quotes around each element.
So, I exported manually and created the export...