Kenneth Ismert
kismert at gmail.com
Wed Sep 8 12:21:06 CDT 2010
> > jwcolby: > The user wants the mouse scroll to be ignored. This seems like it would > move to the first record which is not what they want. > I'll remind everyone of my super-stupid, no-code, fool-proof mouse scroll solution: 1. Have a parent form which lists all of the records 2. Have a a pop-up edit form with: * The form's query to restricted in the where clause to ONLY the record being edited * Allow Additions turned OFF The user is free to use the mouse wheel to scroll amongst the one record in the edit form. Works in all versions. -Ken