87.5k views
0 votes
Jakob needs to add a title to his report and the title will not be coming from the underlying table. What kind of control does he use to perform this addition?

1) Text Box
2) Combo Box
3) Check Box
4) Radio Button

User Edu Ruiz
by
7.9k points

1 Answer

5 votes

Final answer:

Jakob should use a Text Box to add a title to his report, as it allows for the input of static text that does not come from an underlying data source.

Step-by-step explanation:

If Jakob needs to add a title to his report which is not coming from the underlying table, he should use a Text Box. A Text Box is a control that allows users to input text into a fixed, non-editable area. This is particularly useful for adding titles, labels, and other information that does not require user interaction or does not come from a data source such as a table. Combo Boxes, Check Boxes, and Radio Buttons are controls used for different purposes such as selecting items from a list, turning an option on or off, and selecting one option from a set, respectively, and would not be suitable for adding a static title to a report.Jakob should use a Text Box to add a title to his report when the title is not coming from the underlying table.

A Text Box allows users to input and display text that is not necessarily linked to a specific data source. It provides flexibility for users to enter custom text, such as a report title, making it suitable for situations where the content is not predefined in the underlying data. On the other hand, Combo Boxes, Check Boxes, and Radio Buttons are typically used for making selections from predefined options, which may not be suitable for entering free-form text like a report title. Therefore, the most appropriate control for Jakob in this scenario is a Text Box.

User Emybob
by
7.7k points