BeforeScreenTip Event [Access 2003 VBA Language Reference]

Occurs before a ScreenTip is displayed for an element in a PivotChart view or PivotTable view.

Private Sub Form_BeforeScreenTip(ScreenTipText As Object, ByVal SourceObject As Object)

ScreenTipText   Set the Value property of this object to the ScreenTip that you want to display. Changing this argument to an empty string effectively hides the ScreenTip.

SourceObject   The object that generates the ScreenTip.

Applies to | Form Object