This topic has not yet been rated - Rate this topic

FormatConditions Object (Access)

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.