MaximumValue property

NumberField.MaximumValue — Number

Represents the maximum value of the number field this property is associated with. If the value is greater than the maximum value, the number field is considered invalid and the Valid property returns FALSE. Blank values are considered valid. Set a minimum value through the MinimumValue property.

If there is a maximum or minimum value, any value or formula associated with the Valid property is ignored.

Example

Field1 * 10Field1 * 10

Sets the maximum value to the value of Field1, multiplied by 10. If the value of the field this property is associated with is greater than this value, the field is considered invalid.