Question
How to pull all records from a NUMBER FIELD IN ACCESS - pls help
hii there
I would like to know how can someone pull a record using a % in ASP
dreamweaver
teh form looks like this when the user searches :
<option value="#">Select Here</option>
<option value="%">Any</option>
<option value="Studio">Studio</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
I have a field in the MS access DB called bedroom with number as Data Type
!!
so someone selects 2 bedroom it will list all the records with 2 bedrooms
But what i want is if someone selects " ANY" it must show all the records
with all the records against the other criteria, as there is TWO to THREE
and STATEMENTS in the SQL
please can someone tell me how..to do it in DREAMEAVER Cs3 ?
thanks
I would like to know how can someone pull a record using a % in ASP
dreamweaver
teh form looks like this when the user searches :
<option value="#">Select Here</option>
<option value="%">Any</option>
<option value="Studio">Studio</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
I have a field in the MS access DB called bedroom with number as Data Type
!!
so someone selects 2 bedroom it will list all the records with 2 bedrooms
But what i want is if someone selects " ANY" it must show all the records
with all the records against the other criteria, as there is TWO to THREE
and STATEMENTS in the SQL
please can someone tell me how..to do it in DREAMEAVER Cs3 ?
thanks
