Im trying to build a 'search' feature similar to whats found at the following URL:
Question I have is if this can even be built with DW8 using the built-in server behavior dialogue where you use a database connection to build a record set... or would one need to hand code the programming (in this case, asp) to pull this sort of search off because of the varying search criteria / options?
I mean there are so many options - what if the user leaves option 1 empty (i.e. elects NOT To filter by that piece of data)... what would the recordset be using to 'match' against... some sort of 'return all' seems to be the key, and I know somehow the % character can be used but how?
Lastly, where the user selects from the list of counties (near the bottom) ... how is that done in terms of writing / organizing the code to process the search?
Thanks for any light you all can shed on this for me.
Question I have is if this can even be built with DW8 using the built-in server behavior dialogue where you use a database connection to build a record set... or would one need to hand code the programming (in this case, asp) to pull this sort of search off because of the varying search criteria / options?
I mean there are so many options - what if the user leaves option 1 empty (i.e. elects NOT To filter by that piece of data)... what would the recordset be using to 'match' against... some sort of 'return all' seems to be the key, and I know somehow the % character can be used but how?
Lastly, where the user selects from the list of counties (near the bottom) ... how is that done in terms of writing / organizing the code to process the search?
Thanks for any light you all can shed on this for me.