Hi -
I have read the post on how to lock the mouse scroll feature on Access so that you don't scroll between records inadvertently. (http://www.lebans.com/mousewheelonof...MouseWheelHook)
However, I'm not sure what he means (I've learned Access, but am not familiar with the codes). I pasted
into the code for a particular form. The website also mentioned copying the "mousehook DLL" into the Windows System folder. What is that?? (the DLL, not the folder).
Thanks again, and I apologize for the rudimentary nature of this post.
I have read the post on how to lock the mouse scroll feature on Access so that you don't scroll between records inadvertently. (http://www.lebans.com/mousewheelonof...MouseWheelHook)
However, I'm not sure what he means (I've learned Access, but am not familiar with the codes). I pasted
Code:
Private Sub Command14_Click() ' Turn the MouseWheel Off Dim blRet As Boolean blRet = MouseWheelOFF End Sub
Thanks again, and I apologize for the rudimentary nature of this post.
Comment