What is an expression?

What is an expression?

Expressions are a fundamental part of many Microsoft Access operations. An expression is a combination of symbols — identifiers, operators, and values — that produces a result.

For example, you can use the following expression in a control on a form or report to display the sum of the values in the Subtotal and Freight controls:

= [Subtotal] + [Freight]

Here are a few common examples of operations where you use expressions:

For information on creating an expression, click .

To see examples of expressions, click .