Hyperlink Members (Access)

The Hyperlink object represents a hyperlink associated with a control on a form, report, or data access page.

Methods

Name

Description

AddToFavorites

The AddToFavorites method adds a hyperlink address to the Favorites folder.

CreateNewDocument

You can use the CreateNewDocument method to create a new document associated with a specified hyperlink.

Follow

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

Address

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.

EmailSubject

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.

ScreenTip

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.

SubAddress

You can use the SubAddress property to specify or determine a location within the target document specified by the Address property. Read/write String. .

TextToDisplay

You can use the TextToDisplay property to specify or determine the display text for a hyperlink. Read/write String.