I posed this in a reply to a thread a ways down, but I am asking again to help it to be viewed by more forum visitors. I've built a form that lists hyperlinks in a text box The source field in the table is defined as hyperlink. All data in the text box is displayed as hyperlink. If a file location is typed in, what appears as a hyperlink acts like a hyperlink. It takes the user to that location when clicked. I've built a browse button which opens the "OpenSave" dialog box to allow users to save a hyperlink that way. But the address doesn't seem to get stored with it. It looks like a hyperlink, but when clicked, it doesn't act like one. I've tried assigning the .address property in the code, but it tells me the property cannot be updated. My boss claims you can't store a hyperlink from a dialog box. I tend to be more optimistic. Can anyone out there help me out?