J
Jason Gyetko
When I run my export process using the TransferText method, it overwrites my
file every time it is run. Is there any way to get it to append to the
file? Here is what my code looks like:
DoCmd.TransferText acExportFixed, "File Export Specification", "MyTable",
"C:\TEMP\Export.txt"
Thanks.
file every time it is run. Is there any way to get it to append to the
file? Here is what my code looks like:
DoCmd.TransferText acExportFixed, "File Export Specification", "MyTable",
"C:\TEMP\Export.txt"
Thanks.