138k views
5 votes
Jakob notices that one report is very well-designed, but it is missing the text box that includes the ZIP code for a given customer, from the tblCustomerAddress table. What kind of control must Jakob add to his report in order to add the ZIP code for customers?

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

User Samet
by
9.4k points

1 Answer

6 votes

Final answer:

Jakob should add a Text Box control to his report to display the ZIP code from the tblCustomerAddress table, as it is designed for text input and display.

Step-by-step explanation:

To add the ZIP code for customers to the well-designed report from the tblCustomerAddress table, Jakob must add a Text Box control. This type of control is used for displaying or entering text in a report and is the appropriate choice for adding a ZIP code field that requires text input. Unlike a Combo Box, which allows for a selection from a list, a Check Box, which is typically used for boolean input (true/false), or a Radio Button, which allows for one choice within a set of options, a Text Box is the best fit for entering or displaying a single line of text such as a ZIP code.

User Christian Rigdon
by
8.6k points