Jeff:
Doesn't the transfer text method automatically created a comma delimited text file if you choose the acExportDelim option?
DoCmd.TransferText acExportDelim, , "TableOrQueryToExport", "PathAndNameOfFileToCreate", -1
Or am I missing something?
Uncle Jack