differnate between required and zero length properties
Answers
Answered by
0
Answer:
The Allow Zero Length property works independently of the Required property. The Required property determines only whether a Null value is valid for the field. If the Allow Zero Length property is set to Yes, a zero-length string will be a valid value for the field regardless of the setting of the Required property.
Similar questions