Quote:
Originally Posted by cefndyengineering
Hello Missinglinq,
When I scroll through records using the 'Previous' or 'Next' command buttons, the error message does not appear, however when I scroll using the mouse scroll button, the error appears immediately after I scroll. It is in Single View Form, and I've changed the Date of Birth field to text, however this has not resolved the problem. All fields have got a valid Date entered.
Is there any way I could maybe prevent users from scrolling using the mouse scroll button?
Thanks!
|
The Field
should be defined as
Date/Time; sometimes people define them as
Text and that can lead to problems.
The
Mouse Wheel has created havoc with Access apps since its invention, which is why for years many developers have disabled it, using a Stephen Lebans custom hack to do so. Microsoft finally addressed the issue with a native setting to do the same thing, with versions 2007/2010.
The best I can figure out, from yours as well as other posts I've seen over the years, scrolling the
Records as rapidly as the wheel is capable of simply outstrips Access' ability to run the calculations and so an error is popped. The fact that the error doesn't really seem to address the problem at hand is not really surprising; Access error messages frequently don't!
Linq
;0)>