Question About Entering Code IN Form

dalesellers

Registered User.
Local time
Today, 10:54
Joined
Jan 17, 2006
Messages
17
I found this nice fix for the Access Mouse Wheel issue that many people don’t see to like.

http://www.access-programmers.co.uk/forums/showthread.php?t=74920&highlight=mouse+wheel

I just can’t figure out how to enter the code into the forms module. I’m not real good with VBA – would I enter this code as some type of event procedure or should I just open up the code editor and insert it some way from there? Thanks for any help.
 
The way I got it to work was adding a table to which the textbox is linked to. Besides that, it was by the instructions. Demo MDB attached.

I never ran across this problem, as I always code Editing/Adding a record in a form by itself -- not in the form with the continuous form view. That way, no load-time is wasted adding Edit/Add routines when user wants just to view. Come to think of it, seems like a good design if ever I were to add user permissions/security, which I haven't dealt with yet.
 

Attachments

Users who are viewing this thread

Back
Top Bottom