E
efandango
I have 3 subforms linked to 3 tables, they are driven by 3 seperate queries.
When I try to update them from the open master form with a command button, i
get the following error message:
'The database engine could not lock table <name> because it is already in
use by another person or process. (Error 3211)'
How can I update these 3 queries with a button or command on the main form
Is there a way to temporarily Locking the tables so that I can run my queries.
When I try to update them from the open master form with a command button, i
get the following error message:
'The database engine could not lock table <name> because it is already in
use by another person or process. (Error 3211)'
How can I update these 3 queries with a button or command on the main form
Is there a way to temporarily Locking the tables so that I can run my queries.