I have a form with several subforms. When I edit a field on one subform (or delete a record there), I want all (sub)forms to refresh automatically and inmediately.
I tried to do this by calling a me.refresh Function (AfterUpdate) on the main form. This works, but NOT when I delete a record on the subform... it seams that Access doesn't see this as an (After)Update.
Please, any suggestions to get this work?