Here is what I would like to do.
I have data populating a table and I would like to use some of the output as a link to my search section.
I currently use a form from another page to search but I would like to be able to use a link.
For the actual search page I use the following code.
If Request.Form("TypeSearch") = "Branch" Then
strSQL = strSQL & " WHERE Branch LIKE '%" & Request.Form("Box") & "%'"
End If
Manic
-----------------------------
I've broken it again !!
-----------------------------
I have data populating a table and I would like to use some of the output as a link to my search section.
I currently use a form from another page to search but I would like to be able to use a link.
For the actual search page I use the following code.
If Request.Form("TypeSearch") = "Branch" Then
strSQL = strSQL & " WHERE Branch LIKE '%" & Request.Form("Box") & "%'"
End If
Manic
-----------------------------
I've broken it again !!
-----------------------------