Deleting Records With Referential Integrity Set

S

Steve

See my post with the same subject about 5 hours ago.

Is there a method or something to reset everything or cancel the attempt to
delete a record where referential integrity is enforced but cascade delete is
not set?

Thanks!

Steve
 
J

John Vinson

See my post with the same subject about 5 hours ago.

Is there a method or something to reset everything or cancel the attempt to
delete a record where referential integrity is enforced but cascade delete is
not set?

ummm... if you attempt to run such a query, nothing will happen
(except a trappable error message). What do you want to reset?
 
Top