AccessObjectProperties.Remove Method (Access)
You can use the Remove method to remove an AccessObjectProperty object from the AccessObjectProperties collection of an AccessObject object.
Syntax
expression .Remove(Item)
expression A variable that represents an AccessObjectProperties object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Item |
Required |
Variant |
An expression that specifies the position of a member of the collection referred to by the object argument. If a numeric expression, the index argument must be a number from 0 to the value of the collection's Count property minus 1. If a string expression, the index argument must be the name of a member of the collection. |