Edit Hyperlink

Y

Yoshi

I just want to change the location where the hyperlink is point to

Graham Mandeno said:
In what way do you wish to edit them?
--
Graham Mandeno [Access MVP]
Auckland, New Zealand

Yoshi said:
Is there a way to edit rows of Hyperlinks in an Access Table?
 
V

Van T. Dinh

If you are talking about a Hyperlink Field in DatasheetView then right-click
of the Field value, select Hyperlink / Edit ...
 
V

Van T. Dinh

Check Access Help topic "About Hyperlinks" to understand how a hyperlink
Field is stored (4 different components separated by #).

Check Access VB Help on the Hyperlink Class to see how to manipulate these
components of the hyperlink Field values.
 
Top