it is available on text boxes, buttons etc. for example
Private Sub Command0_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me!Text0.BackColor = 1974
me!text0.value=MyVar
End Sub
on moving the mouse over the box the above 2 events ( background colour...