Mouse Wheel use in Forms

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.
 
T

Tony Toews [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top