I'm borrowing from the previous excel import code but is this what you mean?
DoCmd.TransferText acImportDelim, "", "tblTmpLoadXls", "C:\Users\UserName\Desktop\CSV Converts\", False, txt_box_file_path & strFileName strFileName = Dir()
I hate to keep asking the simple but as I'm sure you've...