Deleting Record

M

Martin

I have a form that can be used to delete records. I am using the
AfterDelConfirm event to requery the form after the record has been deleted.

When I try to delete the last record(the one immeditely above the new record
line), the Access delete confirmation message does not appear as it does with
the others. I assume this is why my event does not work as well.

Can someone tell me the delete confirmation would not appear when trying to
delete the last record?
 
Top