Report.Click Event (Access)
The Click event occurs when the user presses and then releases a mouse button over a report.
Version Information
Version Added: Access 2007
Syntax
expression .Click
expression A variable that represents a Report object.
Remarks
To run a macro or event procedure when this event occurs, set the OnClick property to the name of the macro or to [Event Procedure].
On a report, this event occurs when the user clicks a blank area of the report.
To distinguish between the left, right, and middle mouse buttons, use the MouseDown and MouseUp events.