Exporting Table to Text file including Fielnames

  • Thread starter Thread starter AShi
  • Start date Start date
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
 
Thanks that works but field names are saperated by commas insted tab, is
there work aroun that?
 
Back
Top