I'm not sure what you are trying to do, but what you are seeing is intended
functionality. There is no reason for the AfterUpdate event of your main
form to fire if nothing is being updated on THAT form.

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html
> Hi all,
> I have a main form (say MF_1) with a subform (say SBF_2);
[quoted text clipped - 13 lines]
> Thanks in advance for any responses.
> Roberto
rferrari27 - 28 Apr 2005 11:08 GMT
Thank you!
I did not know that events are not propagated through forms.
In my personal opinion, if a subform "belongs" to a main form (with its
information)
and something is updated in the subform, it means the information in the
main form are changed, thus an action could be taken in the main form as well.
Final user does not distinguish between main form and subforms.
However, my idea was wrong and I am happy to learn a bit more!
Best regards,
Roberto
> I'm not sure what you are trying to do, but what you are seeing is intended
> functionality. There is no reason for the AfterUpdate event of your main
> form to fire if nothing is being updated on THAT form.