Question
Setting up a link
I put my query output in a table :
<td>#qry.field_name#</td>
How do I create a link for this ? Using <td><a href="#qry.field_name#"></a></td> does not work.
If I click on the value inside #qry.field_name#, I want to take that value and open another page. It seems simple enought, but I cannot seem to get it to work.
Thanks for any help.
<td>#qry.field_name#</td>
How do I create a link for this ? Using <td><a href="#qry.field_name#"></a></td> does not work.
If I click on the value inside #qry.field_name#, I want to take that value and open another page. It seems simple enought, but I cannot seem to get it to work.
Thanks for any help.
