After Update event not working for deletions

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

I have a form which contains the order information and a
subform on that form which contains a list of the
products for that order. I have an afterupdate event on
the subform which gives a short abbreviation of the
products used. It works fine when inserting new
products. However, the after update event does not seem
to work when a product is deleted from the subform list.

Any suggestions?

tia,

Jim
 
Jim

Are you saying that after you delete an value, you can't refer to it in an
AfterUpdate event? Sounds like it's working correctly, to me.

Check out the Before- and AfterDelete events if you want to do something
related to deleting.
 
Back
Top