Hi when I import the CSV file, everything is ok, except one column, which contains IP addresses.
So instead of having 10.195.7.252, I gets truncated to 10.195 or 10.1957
I'm assuming it as to do with the dot, and it's taking it as a decimal...
The frustrating part is that if it's done manually (File>import...) it works without a problem.
Any ideas?
This is the code I used:
So instead of having 10.195.7.252, I gets truncated to 10.195 or 10.1957
I'm assuming it as to do with the dot, and it's taking it as a decimal...
The frustrating part is that if it's done manually (File>import...) it works without a problem.
Any ideas?
This is the code I used:
Code:
DoCmd.TransferText acImportDelim, , "tempContent", strFilePath, True, ""