Report.Close event (Access)
The Close event occurs when a report is closed and removed from the screen.
Syntax
expression.Close
expression A variable that represents a Report object.
Remarks
To run a macro or event procedure when this event occurs, set the OnClose property to the name of the macro or to [Event Procedure].
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.