Update table which is already open

irade92

Registered User.
Local time
Tomorrow, 00:50
Joined
Dec 26, 2010
Messages
229
hI
I am trying to update a table with Update Query which is already opened by another Select Query. I get an info that table is already opened exclusively by another user or it is already open through the user interface and cannot be manipulated programmatically.
Any idea how to update it.
 
Last edited:
If both queries involves only a single table then it should work.
 
If you are using a Access table try opening the Select query as read only.
 

Users who are viewing this thread

Back
Top Bottom