R
Rich
I'm running the following code...
DoCmd.TransferText
acImportDelim, "", "tblTEST", "C:\data.csv", True.
The problem is 2 columns are being imported as "Currency"
when the data is actually text. For example, in the csv
file, "F837250" is coverted in Access to Currency and the
Access table displays $837,250.
How do I make Access import this column as text?
thanks
Rich
DoCmd.TransferText
acImportDelim, "", "tblTEST", "C:\data.csv", True.
The problem is 2 columns are being imported as "Currency"
when the data is actually text. For example, in the csv
file, "F837250" is coverted in Access to Currency and the
Access table displays $837,250.
How do I make Access import this column as text?
thanks
Rich