Copy/Paste

D

dale

I have a form where I do some delete and insert queries in the form
after update function. This form is a sub form of another. If I try to
copy/paste multiple records into the form at once the after update
function blows up giving me an error about the record being locked.

Run-time error '3624'
Could not read the record; currently locked by another user

Is there anyway to still copy/paste multiple records and have my delete
and insert queries work?
 
Top