InterviewSolution
Saved Bookmarks
| 1. |
The Validation text property is used to display an error message when the Validation Rule gets violated ? TrueFalse |
|
Answer» True Explanation:You can use a field VALIDATION rule to specify a CRITERION that all VALID field values must meet. You should not have to specify the current field as a part of the rule unless you are using the field in a function. Restrictions on types of characters to be entered in a field may be EASIER to do with an Input Mask. For example, a date field might have a validation rule that disallows values in the past. ✌ |
|