You can use the Add method to add a new property as an AccessObjectProperty object to the AccessObjectProperties collection of an AccessObject object.
Syntax
object.Add propertyname, value
The Add method has the following arguments.
Argument | Description |
---|---|
object | A string expression that evaluates to the AccessObjectProperties collection of an AccessObject object. |
propertyname | A string expression that's the name of the new property. |
value | A Variant value corresponding to the option setting. The setting of the value argument depends on the possible settings for a particular option. Can be a constant value or a string value. |
Remarks
You can use the Remove method of the AccessObjectProperties collection to delete an existing property.