I still do not know how to structure the code to import a .csv file. So far I have,
DoCmd.TransferText acImportDelim, "", "tblTmpLoadXls", "C:\Users\UserName\Desktop\CSV Converts\", False
Obviously the actual code doesn't have "UserName" but you get the idea. Why doesn't this work and what...