J
Judy
I have a subform in datasheet view. When the user deletes
a row from the subform I want some code to execute. I
have not been able to figure out what event to use. I
have put debug messages in several form events and none of
them are being triggered by the delete
(Form_AfterDelConfirm, Form_AfterUpdate,
Form_DataChange). I have also tried an event for the
field that is being deleted (txtPrjctStBgnDt_AferUpdate).
Can anyone help me figure out where to put my code to get
it to execute after a delete?
Thank you,
Judy
a row from the subform I want some code to execute. I
have not been able to figure out what event to use. I
have put debug messages in several form events and none of
them are being triggered by the delete
(Form_AfterDelConfirm, Form_AfterUpdate,
Form_DataChange). I have also tried an event for the
field that is being deleted (txtPrjctStBgnDt_AferUpdate).
Can anyone help me figure out where to put my code to get
it to execute after a delete?
Thank you,
Judy