Value = Max ( Expression , Expression )
Returns the greater of the two expressions
Expressions must be numbers or date/time values.
PRINT Max(6, 4) <hr>6
PRINT Max(Now, CDate("01/01/2100")) <hr>01/01/2100