NavigationControl Object (Access)
This object represents a navigation control on a form.
Version Information
Version Added: Access 2010
Remarks
The NavigationControl contains a collection of navigation buttons, each of which is represented by a NavigationButton objects. When a user clicks a navigation button, the assocated form or report is displayed in the control specified by the SubForm property.
Use the Tabs property to return the collection of navigation buttons for the navigation control.
Use SelectedTab property to return the navigation button that is currently selected.