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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Import files into access 1
Shell Error 10
Export to text 1
TransferText acExportDelim unexpectedly truncates numeric field 4
Form Not Visible 2
Export to text 2
Transfertext- error number 3010 1
TransferText woes 3

Back
Top