Hi Anders, I know this is from two months ago, but I also have the same question as the OP, and I'm trying your suggestion without success. I have a purchase requisition form, PR_harlingen_request. On this form, the items entered in the PR_items form are listed in the PR_items_grid. There is a sub-form, PR_items, and one can use this form to add multiple items to the request. The sub form has a text field, PR_item_url, where one enters the item link. I have tried the following: 1. I added a Custom HTML field to the PR_items form, PR_item_link. 2. I added the HTML code, <a href>#form.PR_items.PR_item_url#</a> 3. The result was that the text, #form.PR_items.PR_item_url#, was simply turned into a link, and the value of PR_item_url was never populated. Next, I tried: 1. I used the Edit Form Grid screen to edit the PR_items_grid table. 2. I added a column for PR_item_url, gave it a format type of HTML, and entered in the Format field, <a href>#form.PR_items.PR_item_url#</a>. 3. The result was that the value of PR_item_url appeared in the form grid, but it was not a URL. I appreciate any assistance you can provide.