Yes - but only recommended for advanced developers!
Have a look at the second part of this link:
http://support.microsoft.com/kb/278379
"Creating the MouseWheel Event Completely Within Microsoft Access"
Please be aware that this technique can cause major problems when using the
Visual Basic Editor. i.e. Only distribute your MDB as an MDE to users (so
they can't enter the VBE) and when developing your MDB never open the VBE
after the wheel disabling code has been called.
HTH
"Kaz G" <(E-Mail Removed)> wrote in message
news:446F9AA7-3C8E-4A65-B0DE-(E-Mail Removed)...
>I have used the MouseHook.dll and coding and it worked on my developement
> site. When I moved it to the live system I do not have the authority to
> add
> a DLL and will never be given the permission to do so. Is there any way
> to
> incorportate the coding required to turn the mouse wheel on and off using
> code within the MDB?
> --
> Kaz