Asked by astrid truluck on Jun 08, 2024

verifed

Verified

When Molly inserts a label control on a form in Form Design view, the label displays Text12.Which property can she change for the label so it displays the text Listing Date?

A) Name property
B) Control Source property
C) Alias property
D) Caption property

Label Control

An element in graphical user interfaces used to display text to the user, often for identifying other interface components.

Control Source

The underlying data source that a form or report control binds to in a database application.

Caption Property

A characteristic in programming and database design referring to the text used to label or title elements like controls, tables, or fields, often visible to users.

  • Comprehend the application and modification of properties specifically related to labels and text boxes to enhance form functionality.
verifed

Verified Answer

BF
behnaz farahaniJun 09, 2024
Final Answer :
D
Explanation :
The Caption property controls the text that is displayed on the label control. By changing the Caption property to "Listing Date", Molly can update the text displayed on the label to match the desired text. The Name property is for identifying the control in VBA code or in other parts of the Access interface. The Control Source property is used for binding data to the control, and the Alias property is used for renaming tables or queries in a database.