Hello
I've got a search page with one text box 'txtmodel' and 2 drop-down boxes 'drpmanufacturer' and 'drpmake'
I want the user to be able to search on one, any two or all of the fields. How can I build up the multiple select statement after saying, on the response page
strmodel = request.form("model"
etc etc
Thanks
Richey
I've got a search page with one text box 'txtmodel' and 2 drop-down boxes 'drpmanufacturer' and 'drpmake'
I want the user to be able to search on one, any two or all of the fields. How can I build up the multiple select statement after saying, on the response page
strmodel = request.form("model"
etc etc
Thanks
Richey