TransferText

  • Thread starter Thread starter a
  • Start date Start date
A

a

I have this code :
i'm Using this code to copy data from my data base (Query) to text file
What is my problem:
My problem is I don't know why the column name not appear on the top of the
exported text

DoCmd.TransferText acExportDelim, "abcdefg", "QWithHeading",
"C:\Wheading.txt", True, "", 1256

Any help any idea
 
You're using a specification ("abcdefg"). Might it have been told that
there's no header?
 
Back
Top