Delete Record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that contains a subform in Datasheet view. The form contains a
"summary" (i.e., min, max, avg) of the records in the subform. When the user
deletes a record in the subform, I need the summaries to update.

I have tried using a recalc of the "mother" form when the OnCurrent event of
the subform occurs, but this causes a loop.

I would rather not use the After Del Confirm event, in case the user has
disabled confirmations of deleted records.

Thanks in advance,
Rob
 
Back
Top