DoCmd.SetProperty method (Access)
The SetProperty method carries out the SetProperty action in Visual Basic.
Syntax
expression.SetProperty (ControlName, Property, Value)
expression A variable that represents a DoCmd object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ControlName | Required | Variant | The name of the field or control for which you want to set the property value. Leave this argument blank to set the property for the current form or report. |
Property | Optional | Variant | An AcProperty constant that specifies the property that you want to set. |
Value | Optional | Variant | The value to which the property is to be set. For properties whose values are either Yes or No, use 1 for Yes and 0 for No. |
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.