FormatConditions Members (Access)
The FormatConditions collection represents the collection of conditional formats for a combo box or text box control. Each format is represented by a FormatCondition object.
Methods
Name |
Description |
---|---|
You can use the Add method to add a conditional format as a FormatCondition object to the FormatConditions collection of a combo box or text box control. |
|
Deletes the specified object. |
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 FormatCondition. |
|
Returns the parent object for the specified object. Read-only. |