I have a NavigationForm (Access 2016, Windows 10) with 4 Horizontal tabs with subforms.
If I open the Subforms independently (not within the NavigationForm) all the form events work properly.
However when I open the NavigationForm and switch from one NavigationSubform to another, the form events do not work.
My specific need is to synchronize the subforms so that a given corresponding record is opened when I switch to a new subform.
I know I can do it with a button from the previous form, but it would be preferable to use an event such as Activate.