N
neeraj
I ran a delete query in which 3726 records were selected from a table say
Tb1. In this query, Tb1 was inner joined to a select query say Query1 which
in turn was outer joined to another query say Query2
so the design looked like
Tb1----Query1---->Query2
While running the query, it first said that 3726 records would be deleted
and then popped a message saying "MS Access cannot delete 0 records in the
delete query due to key violations and 185 records due to lock violations". I
said a yes and
eventually the table Tb1 had 3726-185 = 3541 records deleted only. I dont
know what these 185 records were yet but what could be the cause of this
message ?
Tb1. In this query, Tb1 was inner joined to a select query say Query1 which
in turn was outer joined to another query say Query2
so the design looked like
Tb1----Query1---->Query2
While running the query, it first said that 3726 records would be deleted
and then popped a message saying "MS Access cannot delete 0 records in the
delete query due to key violations and 185 records due to lock violations". I
said a yes and
eventually the table Tb1 had 3726-185 = 3541 records deleted only. I dont
know what these 185 records were yet but what could be the cause of this
message ?