I need to import data from a text file into Access but the problem I have is that the application that generates the text file saves it with a .res extension.
The code I'm using is DoCmd.TransferText acImport, , "tbl_import", "C:\zzz1.res" but I get an error message saying 'You cannot import this file'
Any help would be appreciated. Is there a way to change the .res extension to .txt using VBA?
Thanks
The code I'm using is DoCmd.TransferText acImport, , "tbl_import", "C:\zzz1.res" but I get an error message saying 'You cannot import this file'
Any help would be appreciated. Is there a way to change the .res extension to .txt using VBA?
Thanks