
February 7th, 2004, 04:12 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: Scotland
Posts: 26
Time spent in forums: 4 h 38 m 42 sec
Reputation Power: 0
|
|
I need help!
Hi,
I'm new to this kind of thing so this may well be a silly question. I basically want to know how to pass a parameter within a page.
I've got an access database linked to my website. On one page the database records are pulled out and the user selects a record. The record's ID and sorting value are sent to the next page and displayed in 2 text box's at the top of the page. Further down the page I have a database results section which displays records from a different table in the same database. What I want to do is filter these results based on the sorting value I sent from the last page.
I had been trying to use WHERE Department is EQUAL to <%=request("Department"%> without any success.
Any help would be appreciated.
|