The correct answer is: A. Set the control source and record source properties in the property panel.
To display a value from a table for a label control, you need to set the control source and record source properties. The control source property specifies the value that will be displayed in the control, and the record source property specifies the table that the control will retrieve data from.
To set the control source property, open the property sheet for the label control and select the Control Source property. In the drop-down list, select the field from the table that you want to display.
To set the record source property, open the property sheet for the label control and select the Record Source property. In the text box, type the name of the table that you want to retrieve data from.
Once you have set the control source and record source properties, the label control will display the value from the specified field in the specified table.
Here is a brief explanation of each option:
- Option A: Set the control source and record source properties in the property panel. This is the correct answer.
- Option B: Choose the database, table, field and select data value to display. This is not the correct answer. You do not need to choose the database or table. You only need to select the field from the table that you want to display.
- Option C: Look at the table and type value in the caption. This is not the correct answer. You do not need to look at the table. You can set the control source property to the name of the field that you want to display.
- Option D: Set the record source property and then control source. This is not the correct answer. You need to set both the control source and record source properties.