DataSetChange Event From Microsoft Access Visual Basic previous page next page Private Sub Form_DataSetChange() ExampleThe following example demonstrates the syntax for a subroutine that traps the DataSetChange event.Private Sub Form_DataSetChange() MsgBox "The data set for the PivotChart view has changed." End Sub