Thanks for your response. I probably wasn't real clear on what I am trying to do. Let me know if this makes more sense.
The user has some drop down options to choose from. Lets use a vehicle database as an example. So the user goes and chooses these options to find the a list of cars that best match there criteria. I Only want a limited number to show up depending on what they choose. Options might be... make, model, year, color, etc. The importance of the match will be in order, so the "Make" is the most important and the "color" is the least important. Lets say I want to pull no more than 6 and no less than 3.
If the search pulls all the options it might narrow the results to 1 or 2. I don't want that. I want at least three to pull up. So maybe the search stops searching after it matches the "make, model & year" but the color is left out because it found the suggested number of mathces need.
If it only searches "make" and "model" and the results pull more than six it will continue to search until it hits the suggested number of matches which is 3,4,5 or 6.
I hope that makes sense.
What would the best way to get a search to react to a minimum and maximum. This is a basic example but it hopefully illustrates my goal.
Thanks again for your help.