Sets or returns the value of the On Retreat box in the Properties window of a report section. Read/write String.
expression.OnRetreat
expression Required. An expression that returns one of the objects in the Applies To list.
The Retreat event occurs when Microsoft Access returns to a previous report section during report formatting.
The OnRetreat 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 Retreat box in the report section's Properties window):
If the On Retreat box is blank, the property value is an empty string.
The following example prints the value of the OnRetreat property in the Immediate window for the "GroupHeader0" section in the "Purchase Order" report.
Debug.Print Reports("Purchase Order").Section("GroupHeader0").OnRetreat