Report.Click event (Access)

The Click event occurs when the user presses and then releases a mouse button over a report.

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.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.