G
Geogia
I built a database that is being used by access 2000 and 1997 users. The following error message appears sometimes
"You tried to lock table 'table name' while opening it, but the table cannot be locked because it is currently in use. Wait a moment, and then try the operation again.
Multiple click events from separate forms were running the same query. So I changed the layout so the click events run different queries of the same type
What is the reason for the error message
"You tried to lock table 'table name' while opening it, but the table cannot be locked because it is currently in use. Wait a moment, and then try the operation again.
Multiple click events from separate forms were running the same query. So I changed the layout so the click events run different queries of the same type
What is the reason for the error message