Multiple choice

Which property will you set to force the user to enter value in a field?

  1. Format

  2. Default Value

  3. Required

  4. Indexed

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

The Required property forces users to enter a value in a field - it cannot be left blank. Format controls display appearance, Default Value provides an automatic value, and Indexed improves search performance but doesn't enforce data entry.