Hi All,
I was trying to make a macro to import data from a text file into an access table but I keep getting the following error:
"The Microsoft Jet Database engine cannot open the file. It is already opened exclusively by another user, or you need permission to view its data".
It is not true though because there is no other user and the file is not open.
I tried to export the file into excel and create a macro using TransferSpreadsheet to import the file and it works fine.
I don't want to use excel file though because it will be a two step process for the user. Any ideas???
Any help will be very much appreciated.
I was trying to make a macro to import data from a text file into an access table but I keep getting the following error:
"The Microsoft Jet Database engine cannot open the file. It is already opened exclusively by another user, or you need permission to view its data".
It is not true though because there is no other user and the file is not open.
I tried to export the file into excel and create a macro using TransferSpreadsheet to import the file and it works fine.
I don't want to use excel file though because it will be a two step process for the user. Any ideas???
Any help will be very much appreciated.