Share via


Properties Members (Access)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

The Properties collection contains all of the built-in properties in an instance of an open form, report, or control. These properties uniquely characterize that instance of the object.

Properties

Name

Description

Application

You can use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object.

Count

Returns the number of objects in the specified collection. Read-only.

Item

The Item property returns a specific member of a collection either by position or by index. Read-only Object.

Parent

Returns the parent object for the specified object. Read-only.