AccessObjectProperties Object Members

Access Developer Reference

The AccessObjectProperties collection contains all of the custom AccessObjectProperty objects of a specific instance of an object. These AccessObjectProperty objects (which are often just called properties) uniquely characterize that instance of the object.

Methods

  Name Description
Bb243237.methods(en-us,office.12).gif Add You can use the Add method to add a new property as an AccessObjectProperty object to the AccessObjectProperties collection of an AccessObject object.
Bb243237.methods(en-us,office.12).gif Remove You can use the Remove method to remove an AccessObjectProperty object from the AccessObjectProperties collection of an AccessObject object.

Properties

  Name Description
Bb243237.properties(en-us,office.12).gif Application You can use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object.
Bb243237.properties(en-us,office.12).gif Count You can use the Count property to determine the number of items in a specified collection. Read-only Long
Bb243237.properties(en-us,office.12).gif Item The Item property returns a specific member of a collection either by position or by index. Read-only Object.
Bb243237.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.