Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mouse wheel scrolling thru records on Access form 1

Status
Not open for further replies.

CraigMan

Programmer
Apr 27, 2004
33
US
I'm having a problem with an Access 2000 project.

And I have gone thru the FAQs and did find some useful information regarding the mouse wheel.

Specifically, I was successful using the MouseHook.dll at the website. I would prefer to NOT distribute a DLL with my app.

When my form is "running" I am able to scroll thru every record in my app.

No Access VBA events seem to fire when using the mouse wheel.

Any ideas?
 
I found the answer to my own question.

On a lark, I went to the Microsoft Knowledge base.

The answer is in KB article 278379:

The second half of the article discusses a method to solve this problem internal to the Access 2000 project WITHOUT the need for creating a DLL.

I haven't tried it yet (but I'm hopeful!).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top