I've created a field in a SharePoint list to hold a URL. The catch is that the URL in this field gets updated by InfoPath as the user sets other fields within the list.
By the time the user gets to the end of the InfoPath form, I display the URL field in two ways: text and hyperlink. The text field is correct. But the hyperlink, whose source is set to the same datasource as the text field, does't go anywhere. If I click the hyperlink, a web browser opens to "About:Blank"

Does anyone know how to properly implement a hyperlink that runs off of a dynamic URL string?