Report.MouseWheel Event

Access Developer Reference

Occurs when the user rolls the mouse wheel in Report view or Layout view.

Version Information
 Version Added:  Access 2007

Syntax

expression.MouseWheel(Page, Count)

expression   A variable that represents a Report object.

Parameters

Name Required/Optional Data Type Description
Page Required Boolean True if the page was changed.
Count Required Long The number of lines by which the view was scrolled with the mouse wheel.