4.
G
What happens when the Required property is set
to "Yes" and Allow Zero Length property is set to
"No" for this field?
Answers
Answered by
2
Explanation:
The Required property determines only whether a Null value is valid for the field. If the AllowZeroLength 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.
I hope it will help you
Similar questions