That didn't seem to work... but maybe I put the conditional statement in the wrong place
What I wanted to accomplish was that if the subscriber didn't select anything then of course all shows are returned. If they were to select "No Space Fee" for the outdoor shows and for example "$50.00 or less" for the indoor shows what would be returned in the results page would be only those shows with an indoor fee greater than $1.00 and equal to or less than $50.00. The shows with 0.00 for the indoor fee and 0.00 for the outdoor fee would be excluded from the results page. Of course the same would go for the reverse selecting "No Space Fee" for the indoor show shows would exclude all indoor only shows and limit the results to outdoor shows with a fee => $1.00 and ,= $50.00. Am I thinking correctly?