Report.OpenArgs property (Access)
Determines the string expression specified by the OpenArgs argument of the OpenReport method that opened a report. Read/write Variant.
Syntax
expression.OpenArgs
expression A variable that represents a Report object.
Remarks
This property is available only by using a macro or by using Visual Basic with the OpenReport method of the DoCmd object. This property setting is read-only in all views.
To use the OpenArgs property, open a report by using the OpenReport method of the DoCmd object, and set the OpenArgs argument to the desired string expression. The OpenArgs property setting can then be used in code for the report, such as in an Open event procedure.
You can also refer to the property setting in a macro, such as an Open macro, or an expression, such as an expression that sets the ControlSource property for a control on the form.
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.