last time I deal with navigation button it confuse my head a lot haha
@sachuchem22:
first you has to name your navigation correctly.
next, if you use 2D navigation, you have to remember in mind, the sub-navigation is not really sub-navigation.
it just under that group, but still have navigation button name.
if you use 1D navigation, everything will ezier.
first thing you have to do to determind what is the real navigation you have to select.
to do that --> open form in design mode --> choose properties from right-click on anywhere inside that form --> access will show up "property sheet"
choose your navigation by click on panel, your navigation name will appear in the highest box under the line "Selection type: navigation button"
then you can reference to that subform from nagivation button (actually, you see the subform but access don't see directly subform, it is navigation button that show up form in subform, so you can't "select property for subform". you should "select property of navigation button")