I am using MS Access 2000.
In my OnCurrent event of subform1, I call a module that refreshes subform2.
I am running into an error when I delete the record in subform1, the OnCurrent event gets called before the Form_BeforeDelConfirm event.
I don't want to call the module that refreshes subform2 when the record is being deleted in subform1.
How do I check in my OnCurrent event if the record is being deleted?
Thanks
In my OnCurrent event of subform1, I call a module that refreshes subform2.
I am running into an error when I delete the record in subform1, the OnCurrent event gets called before the Form_BeforeDelConfirm event.
I don't want to call the module that refreshes subform2 when the record is being deleted in subform1.
How do I check in my OnCurrent event if the record is being deleted?
Thanks