Occurs whenever the user clicks a navigation button.
Syntax
Private Sub RecordNavigationControl_ButtonClick(navButton As navButtonEnum)
navButton Specifies the button that, when clicked, triggered the ButtonClick event. Can be one of the navButtonEnum constants.
Remarks
For information about using events with VBScript, see Declaring and Using Event Procedures in VBScript.