Hi,
I have the below code which works fine.
DoCmd.TransferText acExportDelim, "ProductFile", "qryEportProductFile", "L:\Sales \ProductFile.txt"
But now I want to export code to an existing text file. So the data appended starts from a new line from on the existing text file.
Do you know how to append this in VBA please?
Path ="L:\Sales \ProductFile.txt"
File Name = “qryEportProductFile"
Thank you
I have the below code which works fine.
DoCmd.TransferText acExportDelim, "ProductFile", "qryEportProductFile", "L:\Sales \ProductFile.txt"
But now I want to export code to an existing text file. So the data appended starts from a new line from on the existing text file.
Do you know how to append this in VBA please?
Path ="L:\Sales \ProductFile.txt"
File Name = “qryEportProductFile"
Thank you