I have a payroll form that is set as continous forms in MS Access 2007.
When using the mouse wheel, the screen scrolls 1 record at a time (the current record still stays the same).
I would like to somehow program this form that when scrolling with the mouse wheel, the form scrolls 7 records at a time, as each employee has 7 records - one for each day of the week.
The current record should still not change. I do not want to move 7 records at a time, just scroll 7 records at a time.
Not aware of any way in VBA to control this.
mx