Is there a way to get the hyperlink to be added but the texbox to show only the title of the document it's linked to?
reference:
Code:
Private Sub browse_Click() Me.[your_location].SetFocus On Error GoTo browse_stop RunCommand acCmdInsertHyperlink browse_stop: End Sub
reference:
Comment