Asked by Alyssa Palmer on Jun 08, 2024

verifed

Verified

To quickly remove all Lookup properties from a field,change the Display Control property to _____.

A) Label
B) Combo Box
C) Text Box
D) List Box

Display Control

A setting or property in software development that determines how data or user interface elements are shown on the screen.

Lookup Properties

Attributes or configurations in a lookup field that define how data can be selected or displayed from another table or list in a database.

Text Box

A user interface element that allows the user to input text information into a form or application.

  • Understand the implications and functionalities of the Display Control property.
verifed

Verified Answer

ZK
Zybrea KnightJun 09, 2024
Final Answer :
C
Explanation :
Changing the Display Control property to "Text Box" will remove any lookup properties from the field. It will display the data as a simple text field without any dropdown options or values from other tables.