I'm looking for help. Here's my current setup:
- DreamweaverMX 2004
- ASP Pages
- Connect to MSAccess Database using a DSN-Less Connection
- Currently using Recordset to display all results (limit 5 per page)
- to see my work www.brooks.ca/hall/land.asp
What I am trying to do now is sort and display the records based on one field in the table. "Land_use"
I want the user to come to this page.... choose one of 5 fields in a drop down-menu (Industrial, Commercial, Single User Residential, Multi Family Residential, All).
Based on what the user chooses, only that group type will show up on screen (limit 5 per page)
I've never done this before, but I know it should be a simple type of 'filter'. But how does one go about applying this type of filter?
For Example.... do I go into the recrodset and Filter the "land_use" "=" "Form Variable" "drop-down list" ???
but then if that's true, how does it work for the 'ALL' variable.
I'm stuck.... can someone please help me?
Thanks,
Josh
|