Multiple choice

Which property is not used for field level validation?

  1. Name

  2. Validation Text

  3. Required

  4. Validation Rule

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In database validation (such as Microsoft Access), Validation Rule defines the criteria, Validation Text displays the error message when the rule is violated, and Required ensures a field cannot be left empty. The Name property is merely an identifier for the field and does not perform any validation function.