Asked by Rachael Petersen on May 02, 2024

verifed

Verified

To set a command button to be a hyperlink in Form Design view, you change the button's _____ property.

A) On Click
B) Web Link
C) Hyperlink Address
D) Enabled

Hyperlink Address

The destination URL that is linked to from a clickable text or object on a webpage or document.

On Click

In programming, an event that occurs when the user clicks on a specific interface element like a button.

Web Link

A reference or pointer, usually in the form of a URL, that directs browsers to a specific web page or location on the internet.

  • Acquire knowledge on the use and function of command buttons and macros in form contexts.
verifed

Verified Answer

JL
Jennifer LodewykMay 05, 2024
Final Answer :
C
Explanation :
To set a command button as a hyperlink in Form Design view, you need to change its Hyperlink Address property to the URL or file path of the webpage or file you want to link to. The On Click property determines what happens when the button is clicked, but it does not make the button a hyperlink. The Web Link property is not a valid property for a command button. The Enabled property determines whether the button can be clicked or not, but does not make it a hyperlink.