Mouse Wheel use in Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to change the effect of the mouse wheel when viewing form
data? As it is now, when you use the mouse wheel it scrolls through all the
records in the database instead of staying on one record and scrolling
down/up the form.
 
Urban said:
Is there a way to change the effect of the mouse wheel when viewing form
data? As it is now, when you use the mouse wheel it scrolls through all the
records in the database instead of staying on one record and scrolling
down/up the form.

1) I'd redesign your form so that you use the tab control rather than
moving around the form. It's a bit tricky to get the idea of
cutting and pasting controls from the form to a page on the tab
control. You have to cut some controls from the form, then click on
a tab and then you can paste to that particular page on the tab
control.

2) MouseWheelHook is an MDB demonstrating how to use a MouseHook to
turn off the MouseWheel http://www.lebans.com/mousewheelonoff.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top