control containing a hyperlink
A control can contain a hyperlink, allowing the user to click the control to jump to a document, Web page, or object. The control can be one of the following types:
- A text box control bound to a field containing hyperlinks.
- A combo box that displays a hyperlink. The column whose value is displayed in the text box portion of the combo box when you select an item from the combo box list has as its source a table field containing hyperlinks.
- A command button, label, or image control whose HyperlinkAddress property and/or HyperlinkSubAddress property, or DHTML Href property (data access pages) is set to a hyperlink address.
You can also use the FollowHyperlink method in code to add a hyperlink to any control.