M
matt shudy
Hi,
If I use two filters
objRS.Filter="Location=" & Request.Form("Location")
objRS.Filter="Year=" & Request.Form("Year")
does this filter based on location and year or
does it filter by location and then does a new filter by
year and disreguards the first filter? if that is the
case how do i make the two filters into one? otherwise if
having two works... is there anything wrong with the code
that i have written, becasue i do get an error:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable
range, or are in conflict with one another.
Thanks,
Matt
If I use two filters
objRS.Filter="Location=" & Request.Form("Location")
objRS.Filter="Year=" & Request.Form("Year")
does this filter based on location and year or
does it filter by location and then does a new filter by
year and disreguards the first filter? if that is the
case how do i make the two filters into one? otherwise if
having two works... is there anything wrong with the code
that i have written, becasue i do get an error:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable
range, or are in conflict with one another.
Thanks,
Matt