Thank you for the past post - I have got the search results to go to the detail page -
<% for J=0 to ubound(FormField) %> <% if clng(DisplayField(J)) = -1 then %> <td align="left" nowrap class="<%=ThisClass%>"><a href="Detail.asp"><%=Rs(SearchField(J))%></td> <% end if next %>
But what code do I put in and where do I put it for the ID - thank you very much for your time Clare |
|
|