Hello,

I am trying to design a query to pull out records from my database where 6 or more of the 9 columns in the record are greater than a certain value. Each row has 9 numbers in it (+ the key).

Any idea how to do this other than writing OR searches for every single possibility? (There are many possibilities.)



Thanks!