Asked by Norma Ocampo on Jun 05, 2024

verifed

Verified

If users must enter text in a LastName field, you can set the _____ property for the field in Table Datasheet view.

A) Unique
B) Indexed
C) Default Value
D) Required

LastName Field

A specific field used in databases or forms for capturing the last name portion of a person's full name.

Required

A condition or parameter that must be met or provided for a process to proceed or be considered complete.

Table Datasheet

A view in database and spreadsheet software that displays data in rows and columns, resembling a traditional table.

  • Explain the role and configuration of required fields to ensure data completeness.
verifed

Verified Answer

JB
jennifer burnhamJun 05, 2024
Final Answer :
D
Explanation :
The Required property ensures that users must enter data in the LastName field. The Unique property would prevent duplicates, Indexed property would improve performance, and Default Value property would pre-populate the field with a specific value. However, none of these choices address the requirement that users must enter data in the LastName field.