Hi,
Wondering if someone could help me out with the TransferText function.
After executing the code below, I get the below error message:
Text file specification field separator matches decimal separator or text delimiter.
Here'e the code I'm using:
DoCmd.TransferText acExportDelim, , "CSVExport", "C:\CsvExport.csv"
The CSVExport Table that I'd like to export does not contain any autonumeric/unique Id's and or fields other than text's.
Any ideas would be appreciated.
Thanks,
Wondering if someone could help me out with the TransferText function.
After executing the code below, I get the below error message:
Text file specification field separator matches decimal separator or text delimiter.
Here'e the code I'm using:
DoCmd.TransferText acExportDelim, , "CSVExport", "C:\CsvExport.csv"
The CSVExport Table that I'd like to export does not contain any autonumeric/unique Id's and or fields other than text's.
Any ideas would be appreciated.
Thanks,