Home All Groups Group Topic Archive Search About

Need Help on Table Deletes!

Author
13 Jun 2006 1:12 PM
John Lane
Is there any kind of tracking tool I can put in an mdb to log when someone
deletes a row from a table, short of trapping the delete event in a form?
Thanks.

Author
13 Jun 2006 2:38 PM
Lynn Trapp
John,
No, you will have to use some kind of form event to trap the deletion and
insert a record into a table that tells who did the deletion.

Show quoteHide quote
"John Lane" <JohnL***@discussions.microsoft.com> wrote in message
news:FBFC8DE7-16FB-4DCD-BBCA-D0DE93ADC6A3@microsoft.com...
> Is there any kind of tracking tool I can put in an mdb to log when someone
> deletes a row from a table, short of trapping the delete event in a form?
> Thanks.