Hi,
I have tried to modify the advanced search page so a user can either enter a search string in one of the column fields or select an additional field to search all collumns (like the standard search)
The code for searching a column is
<%=Label("Product Group")%></td>
<input type="hidden" id="FieldName" name="FieldName" value="Product Group">
<input type=hidden name=NeedQuotes<%=BuildFieldName("Product Group") %> value="<%=Request.Form("NeedQuotes" & BuildFieldName("Product Group")) %>">
<input type=hidden name=Type<%=BuildFieldName("Product Group") %> value="<%=Request.Form("Type" & BuildFieldName("Product Group")) %>">
Can this be changed to search all columns?
Thank you,
Howard