Mouse Wheel Causes Form to Save?

  • Thread starter Thread starter Jonathan Rosenberg
  • Start date Start date
J

Jonathan Rosenberg

I'm real confused. I have a simple form that people use to enter phone call
information. I was having some strange problems & added some debugging code
so I could see when the form saved its info to the DB.

I have found that using the wheel on the mouse can cause the form to save.
If I am in any field & scroll forward, the form saves its data.

Why does this happen? I tried tabbing forward, but I can't duplicate this
behavior (when I get to the lst field, the cursor moves back to the 1st
field).
 
When the mouse scrolls, it is moving off your current record which then
allows the default behavior of Access to save the record automatically.
There is code at: http://www.lebans.com/mousewheelonoff.htm which
demonstrates how to turn off mouse scrolling in your database.
 

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

Back
Top