You cannot edit the information in a Hyperlink field in a table by clicking
the link because that activates the link. This article describes the different parts of a Hyperlink data type, and shows you several methods that you can use to edit a Hyperlink field.
Description of the Hyperlink Data Type
You can use Hyperlink fields to store links to other objects in an Access database, links to other files on your hard drive or network, or links to intranet and Internet Web addresses. Each Hyperlink field can store three pieces of information about a link: the DisplayText, the Address, and the SubAddress. These three pieces are separated by number signs (#) and have the following meaning:
DisplayText#Address#SubAddress
- DisplayText is the text that you see in the field or form control.
- Address is the path to a target document (for example, the path to a Microsoft Word document on your network, or the address of a web page on the Internet).
- SubAddress is the location in the file or page (for example, a bookmark in a Microsoft Word document, or the name of a report in a Microsoft Access database)
NOTE: When you view a Hyperlink field in the Datasheet view of a table or in a bound text box on a form, all you see is the DisplayText portion of the field. If there is no DisplayText, then you see the Address portion of the field; if there is no Address, then you see the SubAddress portion of the field.
Methods for Editing a Hyperlink Field
For Hyperlink fields in a table, you click in the field to activate the
link. If you want to edit the DisplayText, Address, or SubAddress portions
of a Hyperlink field, use one of the following methods.
Method 1: Use the Edit Hyperlink Dialog Box
- Open the table that has the hyperlink in Datasheet view, or open a form based on the table in Form view.
- Right-click in the Hyperlink field to display a shortcut menu.
- If you want to change only the DisplayText portion of the field, point to Hyperlink on the shortcut menu, and then type in the Display Text box.
If you want to change the Address or SubAddress portion of the field, click Edit Hyperlink. In the Edit Hyperlink dialog box, type the Address in the Link to File or URL box and type the SubAddress in the Named Location in File (Optional) box. Click OK.
Method 2: Use TAB Key to Move to the Field
- Open the table that has the hyperlink in Datasheet view, or open a
form based on the table in Form view.
- Place the insertion point in a field earlier in the tab order than the Hyperlink field, and then press the TAB key until the pointer moves to the Hyperlink field.
- Press the F2 key to see the complete contents of the Hyperlink field, and then edit the field.
Method 3: Click in the Field
This method may require some practice.
- Open the table that has the hyperlink in Datasheet view, or open a form based on the table in Form view.
- Note that when you position the mouse pointer over a Hyperlink field, the pointer changes to a hand with a pointing finger. If you click when that pointer is displayed, the link is activated.
- To edit a hyperlink in a table, position the mouse pointer over the upper or left edge of the Hyperlink field until it resembles a large plus sign (+), and then click.
To edit a hyperlink bound to a text box on a form, position the mouse pointer over an edge of the Hyperlink field in a way that does not change the pointer to a hand with a pointing finger, and then click.
- Press the F2 key to see the complete contents of the Hyperlink field, and then edit the field.