Has anyone else run into a situation where DoCmd.TransferT ext doesn't work when the .CSV file name has extra periods in it (i.e. "1102141908270. FE010.CSV")? If I import it with that name, I get the following error: The Microsoft Access database engine could not find the object '1102142003010. FE010.CSV'. Make sure the object exists and that you spell its name and the path name correctly. If '1102142003010. FE010.CSV' is not a local object, check your network connection or contact the server administrator. If I remove the first period, then it imports fine.
These files are downloaded from the Internet, so I have no control over the file names. Is there anything that I can do besides renaming the file using code?
These files are downloaded from the Internet, so I have no control over the file names. Is there anything that I can do besides renaming the file using code?
Comment