Purpose
To determine the larger of two numeric or date values
Syntax
Max( <dnValue1> , <dnValue2> ) dnMaxValue
Arguments
<dnValue1> and <dnValue2> are the date or numeric values to compare. They must be the same data type.
Returns
Max() returns the maximum value of <dnValue1> and <dnValue2>.