I'm trying to import a text file using a schema.ini file. Is this the best way to do it? Everything works except it takes out the "\" characters of my path for my schema.ini and tells me the file does not exist. I even tried using chr(92) and that doesn't work either. Any help would be greatly appreciated!!
My code so far is:
DoCmd.TransferText acImportDelim, "C:\TestData\Schema.ini", "Imported Data", glFileName
My code so far is:
DoCmd.TransferText acImportDelim, "C:\TestData\Schema.ini", "Imported Data", glFileName