B
Bruce
Hi,
Running the following to export my text file.
DoCmd.TransferText acExportDelim, mySpec, myStr, destdir & myFIleName &
".txt", False, ""
Would like to include the header in line 1.
Is there something I need to do in vba or is it in the export specification?
n.b. Using Access 2k3
Bruce
Running the following to export my text file.
DoCmd.TransferText acExportDelim, mySpec, myStr, destdir & myFIleName &
".txt", False, ""
Would like to include the header in line 1.
Is there something I need to do in vba or is it in the export specification?
n.b. Using Access 2k3
Bruce