Forum Moderators: open
So, my query would be something like "Select from my_database WHERE (paragraphone LIKE '%parameter_one%' OR paragraphtwo LIKE '%parameter_one%' OR paragraphthree LIKE '%parameter_one%' "
Parameter_one would be the value of Request.Form("my_dropdown")
Is there any value I can give to the drop-down menu for the paragraphs that I want to be found if they contain _any_data at all?
Any replies much appreciated.
Any other, more elegant solutions much appreciated.