Can anybody help me with this: I have the main navigation form and inside each tab of the navigation form, I have another navigation form. How to trigger the tabs of of these navigations form.
I was able to trigger the main navigation from tab using:Me.Naviga tionParent.Tabs (0).SetFocus
Me.NavigationPa rent.Tabs(0).Pr essedForeColor = vbRed
but I was not able to trigger the tabs of the other navigation forms.
my second question:...