Thanks for the reply. I could've been more clear 🙂
What I'm actually talking about is a way to build the query dynamically. I can code every query that I mentioned BUT building the correct combination from the user selections is leaving me stumped.
ie. user chooses records containing the word "keyword" that is no longer than 15 characters and has no numbers in it.
the query would be for those specs.
if they chose 'with numbers' that would be a different query built.
Would this just be a series of if statements to account for all the permutations and you would build the query statement that way or...?
hope that clarifies a bit.
S.
Somedays I wonder if english IS my first language.