conditional expression

An expression that Microsoft Access evaluates and compares to a specific value — for example, If...Then and Select Case statements. If the condition is met, one or more operations are carried out. If the condition isn't met, Microsoft Access skips the operations associated with the expression and moves to the next expression.

You can use conditional expressions in macros and Visual Basic code.