G
GAA
I am selecting my Search Criteria from drop down lists and passing these
selections as variables to my .asp page. I am now trying to write a query
which will return results as per my Search Criteria selected. The problem I
am having is that I want to have the option of only selecting, for example, 2
of the 4 drop down lists and leaving the other one at its default value.
I can get the correct results when selecting 2 of the 4 but when I select
any more than that I am getting sporadic results. It doesn't seem to accept
any more than one AND operator in the one condition.
selections as variables to my .asp page. I am now trying to write a query
which will return results as per my Search Criteria selected. The problem I
am having is that I want to have the option of only selecting, for example, 2
of the 4 drop down lists and leaving the other one at its default value.
I can get the correct results when selecting 2 of the 4 but when I select
any more than that I am getting sporadic results. It doesn't seem to accept
any more than one AND operator in the one condition.