FormatConditions Object (Access)
Office 2013
Published: July 16, 2012
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.
Use the FormatConditions property of a combo box or text box in Visual Basic or in an expression to return a FormatConditions collection. Use the Add method to create a new conditional format, and use the Modify method to change an existing conditional format.
You can use the Modify method to change one of the formats, or the Delete method to delete a format.