Hi, I trying to apply the mousehook function on my database so it doesn't scroll down between records when I use the wheel.
I use the following code and it works on my main form but does not work on subforms. Can someone tell me how to apply this to all my subforms under my mainform?
Private Sub Form_Load()
Dim blRet As Boolean
blRet = MouseWheelOFF(True)
End Sub
MouseHook Function
I use the following code and it works on my main form but does not work on subforms. Can someone tell me how to apply this to all my subforms under my mainform?
Private Sub Form_Load()
Dim blRet As Boolean
blRet = MouseWheelOFF(True)
End Sub
MouseHook Function