Check out my mouseoverpopups.zip sample for an example. Adjust my code in the Label_MouseMove() event to this...
Code:
Me.LabelNameHere.FontBold = True
...to make the label bold when the mouse pointer hovers it. Do not forget to turn it off in the Detail_MouseMove() event of your form. Me.LabelNameHere.FontBold = False