You are a lifesaver!! That got it.
Thanks again!!
> You need to go to the On Load event, select Event Procedure when the Module
> window opens up, type MouseWheelOFF in that window NOT in the Properties On
[quoted text clipped - 43 lines]
> >> >> > opening
> >> >> > the database rather than using a command button. Please advise.
Gina Whipp - 19 Dec 2005 17:58 GMT
Glad to have helped...
> You are a lifesaver!! That got it.
>
[quoted text clipped - 64 lines]
>> >> >> > opening
>> >> >> > the database rather than using a command button. Please advise.
Stephen Lebans - 19 Dec 2005 23:54 GMT
Please remember to follow the instructions. The call to MouseWheelOff must
be placed in the form's LOAD event. Further you must only call this function
ONCE from a SINGLE form, generally the form you open first and close last.
This allows you to place the corresponding call to MouseWheelOn in this
form's Unload event.

Signature
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
> You are a lifesaver!! That got it.
>
[quoted text clipped - 64 lines]
>> >> >> > opening
>> >> >> > the database rather than using a command button. Please advise.
I have found this thread and up to now it has been MOST helpful. However,
I'm stuck, I'm no programmer at all a simple novice trying to write a
datebase. I read the last message below "You need to go to the On Load
event, select Event Procedure when the Module
> window opens up, type MouseWheelOFF in that window NOT in the Properties On
> Load event window."
I have tried and tried and it still does not work. I am sure I am the
problem, but need more details to correct. I am using access 2003. I open
the form in design view, then from the form I select Build Event, this is
where I get stuck, what do I do from here. I have a choice of Code, Macro or
Expression builder. BTW, I have followed Lebans instructions too... messed
that up as well, it didn't work either.
Thanks in advance for those with patience for us beginners.
> You need to go to the On Load event, select Event Procedure when the Module
> window opens up, type MouseWheelOFF in that window NOT in the Properties On
[quoted text clipped - 43 lines]
> >> >> > opening
> >> >> > the database rather than using a command button. Please advise.