I struggled with this - making it more complex than it had to be. This simple code seems to work for me. Have fun!
'Event on command button
Private Sub cmdRefreshList_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me.lblHelp1.Visible = True
End Sub
'Event on Detail...