Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Rsootarsing #1
Search on Multiple Values
I want to search a field of the database for multiple values.
I have A database of properies and want to allow the users to search on more than one property type is this possible in DW?
Rsootarsing Guest
-
ANN: InterAKT Site Search - search in multiple tables
Hello, We have just released a new product, MX Site Search, meant to help web developers and designers create a search form in their dynamic... -
building dynamic SQL string from multiple search values
Ok I have to create on the fly a dynamic search query when the user completes a form, this could have from 1 up to about 15 search values. Is... -
Search multiple keywords across multiple fields
Hi, I'm about halfway through building a search engine using ASP, SQL and Access. As part of that search engine I need to search multiple... -
Default Search for 2 field values return all results?
Hi. I have two fields that users can search for. Either room number or Phone number. They can also put both a room number and a phone number and... -
RecordSet loses search values when paging & simply pages all records?
Hello, I have set this script up to add paging to a search results page. Which on the first page works fine. I calculates how many pages there... -
bthouin #2
Re: Search on Multiple Values
Rsootarsing wrote:
SELECT.... WHERE property IN (prop1, prop2, prop3, ...)> I want to search a field of the database for multiple values.
> I have A database of properies and want to allow the users to search on more than one property type is this possible in DW?
>
>
Get prop1, prop2, ... from a listbox with multiple selection, and you
have your solution
bthouin Guest



Reply With Quote

