Hi, mousehook problems,


work on main form but doesn't work on the forms that count (pop up forms)

tried calling it when the forms loads but no good, no which way that i do it will turn the mouse wheel off for the pop up forms.

Code:
'pop up form
Private Sub Form_Load()

Dim blRet As Boolean
blRet = MouseWheelOFF
as far as i know this has worked for other databases, just now im realizing that it isn't working for pop up forms, little help please?