Hyperlink Members (Access)
The Hyperlink object represents a hyperlink associated with a control on a form, report, or data access page.
Methods
Name |
Description |
---|---|
The AddToFavorites method adds a hyperlink address to the Favorites folder. |
|
You can use the CreateNewDocument method to create a new document associated with a specified hyperlink. |
|
The Follow method opens the document or Web page specified by a hyperlink address associated with a control on a form or report. |
Properties
Name |
Description |
---|---|
You can use the Address property to specify or determine the path to an object, document, Web page or other destination for a Hyperlink object associated with a command button, image control, or label control. Read/write String. |
|
You can use the EmailSubject property to specify or determine return the email subject line of a hyperlink to an object, document, Web page or other destination for a command button, image control, or label control. Read/write String. |
|
You can use the ScreenTip property to specify or determine the text that is displayed when you move the cursor over a hyperlink control. Read/write String. |
|
You can use the SubAddress property to specify or determine a location within the target document specified by the Address property. Read/write String. . |
|
You can use the TextToDisplay property to specify or determine the display text for a hyperlink. Read/write String. |