I have a form with a user created function (See here for function: Adding a file browser button to a MS Access form) to pull a folder path name into a text box.
Ideally, I want this text to become a hyperlink that can be opened from a query. However, for all records I have added from the form the hyperlink is not working. I looked in "Edit Hyperlink" for the records and there is no address. Also, I had manually entered some records in before I had made the form and their hyperlinks worked just fine by pasting the folder path name into the cell, and still work now.
I think the issue is that the function I am using returns a plain string, is there any way to transform it into a working hyperlink once it is in the table?