A
Anakin Moonwalker
I'm using this code to export a table to a txt file, but the values of the
table become enclosed in quotation marks, which I don't want to happen:
DoCmd.TransferText acExportDelim, , "TableA", strSaveFileName, False
Does anybody here have a better code to export a table to a txt file (where
the values do not get enclosed in quotes, but are delimited by commas).
table become enclosed in quotation marks, which I don't want to happen:
DoCmd.TransferText acExportDelim, , "TableA", strSaveFileName, False
Does anybody here have a better code to export a table to a txt file (where
the values do not get enclosed in quotes, but are delimited by commas).