EzGoingKev
Registered User.
- Local time
- Today, 09:13
- Joined
- Nov 8, 2019
- Messages
- 198
I imported a DBF into Access as a local table. I am trying to update the data using this:
INSERT INTO local_table_name SELECT * FROM [DBF_file_name.DBF] IN '\\ServerName\FolderName'
I am getting an error : "The Microsoft Access database engine cannot open or write to the file '\\DAPPARTSCAT01\Vertical\BBB2\DATA-Turbo'. It is already opened exclusively by another user, or you need permission to view and write its data."
I have a macro that pulls data from an Access table in an Access database in the same location and that works fine. I figure it has to do with the fact that it is a DBF file. I have tried a few iterations of the above statement with the DBF removed from the file name and the DBF file name added to the location but none seem to work.
Can anyone help me out?
INSERT INTO local_table_name SELECT * FROM [DBF_file_name.DBF] IN '\\ServerName\FolderName'
I am getting an error : "The Microsoft Access database engine cannot open or write to the file '\\DAPPARTSCAT01\Vertical\BBB2\DATA-Turbo'. It is already opened exclusively by another user, or you need permission to view and write its data."
I have a macro that pulls data from an Access table in an Access database in the same location and that works fine. I figure it has to do with the fact that it is a DBF file. I have tried a few iterations of the above statement with the DBF removed from the file name and the DBF file name added to the location but none seem to work.
Can anyone help me out?