Can anyone help
I have some code on a form that allows the user to create a hyperlink to a document and places the file path in a label on the form
I would like to be able to store the hyperlink in a bound control so it is associated with the record
At the moment when then hyperlink is created it appears in every record
Is there anyway to convert the hyperlink to text so I can store it and then convert the text back to a hyperlink on the forms open event as I have tried using a text, memo and hyperlink control and none of these work
Any help would be appreciated
thanks
I have some code on a form that allows the user to create a hyperlink to a document and places the file path in a label on the form
I would like to be able to store the hyperlink in a bound control so it is associated with the record
At the moment when then hyperlink is created it appears in every record
Is there anyway to convert the hyperlink to text so I can store it and then convert the text back to a hyperlink on the forms open event as I have tried using a text, memo and hyperlink control and none of these work
Any help would be appreciated
thanks