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].

See Also

Concepts

Report Object

Report Object Members