MS Access Min() Function

Find the price of the cheapest product in the "Products" table

Definition and Usage

The Min() function returns the minimum value in a set of values.

Note: See also the Max() function.

Syntax

Min(expression)

Parameter Values

Parameter Description
expression Required. A numeric value (can be a field or a formula)

Technical Details

Works in: From Access 2000