Sets or returns the value of the On Open box in the Properties window of a form or report. Read/write String.
expression.OnOpen
expression Required. An expression that returns one of the objects in the Applies To list.
The Open event occurs when a form is opened, but before the first record is displayed. For reports, the event occurs before a report is previewed or printed.
The OnOpen value will be one of the following, depending on the selection chosen in the Choose Builder window (accessed by clicking the Build button next to the On Open box in the form or report's Properties window):
If the On Open box is blank, the property value is an empty string.
The following example prints the value of the OnOpen property in the Immediate window for the "Purchase Order" report.
Debug.Print Reports("Purchase Order").OnOpen