G Guest Oct 17, 2005 #3 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? Click to expand... Click to expand...
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? Click to expand... Click to expand...
V Van T. Dinh Oct 17, 2005 #4 If you are talking about a Hyperlink Field in DatasheetView then right-click of the Field value, select Hyperlink / Edit ...
If you are talking about a Hyperlink Field in DatasheetView then right-click of the Field value, select Hyperlink / Edit ...
G Guest Oct 17, 2005 #5 If I wanted to edit 400 rows of this, how can I do it? Do I need to write a script?
V Van T. Dinh Oct 17, 2005 #6 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.
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.