Hyperlink.Address Property (Access)
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.
Syntax
expression .Address
expression A variable that represents a Hyperlink object.
Remarks
When you set the Address property, you automatically specify the HyperlinkAddress property for the control associated with the hyperlink.
For more information about hyperlink addresses and their format, see the HyperlinkAddress and HyperlinkSubAddress property topics.