nope, though I tried creating an empty table, and that seems to work, though a new problem has arrisen, if I try to export the file again, using:
DoCmd.TransferText acExportDelim, , "AddressTable", "C:/Addresses.csv", True
the next time, the new data is appeneded to the old file, I want to rewrite it not append.
Thank you