BeforeScreenTip Event

Microsoft Access Visual Basic

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.