Controls Members (Access)
The Controls collection contains all of the controls on a form, report, or subform, within another control, or attached to another control. The Controls collection is a member of a Form , Report , and SubForm objects.
Properties
Name |
Description |
---|---|
You can use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object. |
|
You can use the Count property to determine the number of items in a specified collection. Read-only Long. |
|
The Item property returns a specific member of a collection either by position or by index. Read-only Object. |
|
Returns the parent object for the specified object. Read-only. |