Stop Mouse from srcolling records

  • Thread starter Thread starter Heather
  • Start date Start date
You might try this one from Stephen Lebans:
   http://www.lebans.com/mousewheelonoff.htm

Otherwise the simplest solution might be to upgrade to Access 2007. The
MouseWheeel doesn't have this annoying behavior in Form View in the new
version.

--
Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.








- Show quoted text -

I use mousehook.dll in nearly every instance that I use an Access
database. However, I sometimes wish it would turn off, especially as
it stops one scrolling through heaps of code in the Event procedure
window! Does anyone know a way to invoke the opposite (re-hook the
mouse) when calling up the VBA code window, and then unhook again when
returning to form view?

The opposite (to rehook the mousewheel) is :

Dim blRet As Boolean
blRet = MouseWheelON


DubboPete
 
Back
Top