TransferText

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
 
D

Douglas J. Steele

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


Top