MinimumValue property

NumberField.MinimumValue — Number

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

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

Example

Field1 * 10Field1 * 10

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