I would like to be able to update a hyperlink such that I can specify text to display and the address, but whenever I update it only changes the text to display.
Basically I have a table that is just an ID nubmer (Doc_ID) and the hyperlink and I want to update the Hyperlink so that
Text to Display: "Document #" & Doc_ID
Address: "//filestring/Document_" & Doc_ID & ".docx"
Can I do this with the query, or do I need VBA?
Basically I have a table that is just an ID nubmer (Doc_ID) and the hyperlink and I want to update the Hyperlink so that
Text to Display: "Document #" & Doc_ID
Address: "//filestring/Document_" & Doc_ID & ".docx"
Can I do this with the query, or do I need VBA?