Share via


Expression1 Property [Access 2003 VBA Language Reference]

You can use the Expression1 property to return the values of a conditional format within a FormatCondition object. Read-only String.

expression.Expression1

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

Note  The Expression1 property returns a Variant value or expression associated with the first part of the conditional format.

The Expression1 property is available only by using Visual Basic .

Conditional formatting can also be set on a combo box or text box from the Conditional Formatting dialog box. The Conditional Formatting dialog box is available by clicking Conditional Formatting on the Format menu when a form is in Design view.

Applies to | FormatCondition Object

See Also | Expression2 Property