Hi Gang,
I am posting this again because I figured that it was a worthy topic to bring up and I don't believe there has ever been an answer to this question.... ANYWHERE!
I have searched and searched and searched for a solution/Answer/Anything and found nothing.... I even posted on this in the recent past (See Here for Background) http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=48916&highlight=mouse+wheel
without success so... here goes...
Question: Is it possible to use the MouseWheel event in Access XP/2002 to eliminate the scrolling ability of the wheel while in form view??? I have tried the MS Access help suggestion snippet of code:
If Page = True then
'something
else
'something
But this doesn't work and I have searched in MS Knowledge base (They have nothing), tried examples posted in this forum (non-seemed to work except a few posts regarding A 97/2000 saying to create a .dll file) - But I was under the impression that this was the reason for the mousewheel event was put into XP in the first place - to eliminate the need to do these pretty drastic steps (considering Microsoft even states that you can make Access perminently unstable if you mess it up!!!)
Anyone know if there has ever been anyone to get the 'mousewheel' event to successfully trap the mouse wheel...?
I am posting this again because I figured that it was a worthy topic to bring up and I don't believe there has ever been an answer to this question.... ANYWHERE!
I have searched and searched and searched for a solution/Answer/Anything and found nothing.... I even posted on this in the recent past (See Here for Background) http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=48916&highlight=mouse+wheel
without success so... here goes...
Question: Is it possible to use the MouseWheel event in Access XP/2002 to eliminate the scrolling ability of the wheel while in form view??? I have tried the MS Access help suggestion snippet of code:
If Page = True then
'something
else
'something
But this doesn't work and I have searched in MS Knowledge base (They have nothing), tried examples posted in this forum (non-seemed to work except a few posts regarding A 97/2000 saying to create a .dll file) - But I was under the impression that this was the reason for the mousewheel event was put into XP in the first place - to eliminate the need to do these pretty drastic steps (considering Microsoft even states that you can make Access perminently unstable if you mess it up!!!)
Anyone know if there has ever been anyone to get the 'mousewheel' event to successfully trap the mouse wheel...?