MS Access Sum() Function

Return the sum of the "Quantity" field in the "OrderDetails" table

Definition and Usage

The Sum() function calculates the sum of a set of values.

Note: NULL values are ignored.

Syntax

Sum(expression)

Parameter Values

Parameter Description
expression Required. A field or a formula

Technical Details

Works in: From Access 2000