Hi all,
I am Trying to build a search Query that will search for a model number based on three parameters. I would like to output something like:
"These Models Meet 3 of your Criteria......data.......These models Meet 2 of your Criteria......data......These models meet 1 of your criteria"
I have the Stored Proc that will do this The only problem is When I display the Models That meet 2 of my criteria, I do Not want to Show the models that Contain 3 of the criteria and likewise, when I am showing models that meet one of the criteria I do not want to show the models that Have 2 or 3 Criteria met.
So I guess I am looking for a Type of join that will show me the out side ONLY of the left table (excluding where the left and right are equal)
any help would be appreciated
Tal McMahon
I am Trying to build a search Query that will search for a model number based on three parameters. I would like to output something like:
"These Models Meet 3 of your Criteria......data.......These models Meet 2 of your Criteria......data......These models meet 1 of your criteria"
I have the Stored Proc that will do this The only problem is When I display the Models That meet 2 of my criteria, I do Not want to Show the models that Contain 3 of the criteria and likewise, when I am showing models that meet one of the criteria I do not want to show the models that Have 2 or 3 Criteria met.
So I guess I am looking for a Type of join that will show me the out side ONLY of the left table (excluding where the left and right are equal)
any help would be appreciated
Tal McMahon