F
faberk
I have a command button that transfers the contents of a table to a
delimitred text file:
DoCmd.TransferText acExportDelim, "specJan", "tblExtrUnits", strPath &
strPeriod & "-ESPCos" & ".csv", False
But when the file exists, i receive the error message number 3010: "Table
'F0 2006-ESPRevenue.csv' already exists"
In the Transfertext method, I dont see a switch available to "overwrite" the
existing file. I could delete it, prior to the transfertext method, I dont
know how to do this. Help!
delimitred text file:
DoCmd.TransferText acExportDelim, "specJan", "tblExtrUnits", strPath &
strPeriod & "-ESPCos" & ".csv", False
But when the file exists, i receive the error message number 3010: "Table
'F0 2006-ESPRevenue.csv' already exists"
In the Transfertext method, I dont see a switch available to "overwrite" the
existing file. I could delete it, prior to the transfertext method, I dont
know how to do this. Help!