DoCmd.TransferT ext acImportFixed, "TLimport", "TblTL", strFolderPath & strFile,
I needed to add the folder path and the file together..
Attached code is what worked. Thanks for the assist!!!
Code:
Dim strFolderPath As String Dim strFile As String strFolderPath = "C:\SFOEDL\TL\" strFile = Dir(strFolderPath &
Leave a comment: