G
greg
I want to trigger an event if the mouse is clicked anywhere on a form. This
seems pretty straight forward, but it does not seem to work in access -
surely I must be doing something wrong?? The code I am using is:
Private Sub form_MouseDown(Button As Integer, Shift As Integer, X As Single,
Y As Single)
MsgBox ("mouse coordinates are X:" & X & " ,Y:" & Y)
End Sub
seems pretty straight forward, but it does not seem to work in access -
surely I must be doing something wrong?? The code I am using is:
Private Sub form_MouseDown(Button As Integer, Shift As Integer, X As Single,
Y As Single)
MsgBox ("mouse coordinates are X:" & X & " ,Y:" & Y)
End Sub