Query using hyperlink |
2/13/2009 11:26:42 AM |
ASPRunnerPro General questions | |
H
huffharper author
I have been using hyperlinks to filter records on pages such as : |
|
J
|
Jane 2/16/2009 |
Huff, |
H
|
huffharper author 2/16/2009 |
My links are working properly. I have a page that loads in my dashboard and opens with a set of records based on the session user. I would like to 'click' a link or button and work within a different set of records from the same table, records for all users. If I use a page link I lose the ability to search within the current recordset. |
J
|
Jane 2/17/2009 |
Huff, if request.querystring("Field")<>"" and request.querystring("For")<>"" then strWhereClause = whereAdd(strWhereClause, request.querystring("Field") & " = " & request.querystring("For")) end if |