AccessObject.Properties property (Access)
Returns a reference to an AccessObject object's AccessObjectProperties collection. Read-only.
Syntax
expression.Properties
expression A variable that represents an AccessObject object.
Remarks
The AccessObjectProperties collection object is the collection of all the properties related to an AccessObject object. Refer to individual members of the collection by using the member object's index or a string expression that is the name of the member object.
The first member object in the collection has an index value of 0, and the total number of member objects in the collection is the value of the AccessObjectProperties collection's Count property minus 1.
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.