Exporting Table to Text file including Fielnames

A

AShi

I am using following to transfer Access table to text. I have created Export
specs using Advance tab in export with Tab Delimited file. When i expport it
does not export field Names.
DoCmd.TransferText acExportFixed, strExportSpec, strTable,
"\\Enterprise\mlhsapps\ExportTest.txt", False
 
A

AShi

Thanks that works but field names are saperated by commas insted tab, is
there work aroun that?
 
Top