AcFormatConditionType Enumeration
Access Developer Reference |
Specifies the type of conditional formatting to apply to a control.
Name | Value | Description |
---|---|---|
acExpression | 1 | The conditional format is based on an expression. |
acFieldHasFocus | 2 | The conditional format is based on the value of the control that has focus on a form. |
acFieldValue | 0 | The conditional format is based on values in the selected control. |