9.1k views
1 vote
Now that nearly all of the company's vendors have Web sites, Jakob adds a field called VendorURL to the Vendor table. In order to add these hyperlinks to the report of vendors, what category of control must Jakob add to his report?

1) Text Box
2) Label
3) Hyperlink
4) Button

User CaTs
by
8.3k points

1 Answer

5 votes

Final answer:

Jakob should add a Hyperlink control to his report in order to include clickable vendor URLs, making option 3 the correct choice.

Step-by-step explanation:

To add hyperlinks to a report of vendors in a database, the appropriate control to be added to the report is a Hyperlink. Therefore, Jakob should choose option 3) Hyperlink. Hyperlink controls allow for clickable links that can take users directly to the specified URL address. This is different from a Text Box, which is used to display or input text, a Label, which is often used for titles or descriptions without the need for interaction, or a Button, which is used to trigger an event or action when clicked.

User Maggix
by
7.7k points