I would like to query a records to get the the records where number of character in a field is less than a certain number. For example
If i used this criteria: Len([firstname]) = "8", then it will produce all the records where all firstname have 8 character.
But if i used this criteria: Len([firstname]) < "9" , I don't get the result that I need where the number of character in the firstname is less than 9.
I would really appreciate your help.

If i used this criteria: Len([firstname]) = "8", then it will produce all the records where all firstname have 8 character.
But if i used this criteria: Len([firstname]) < "9" , I don't get the result that I need where the number of character in the firstname is less than 9.
I would really appreciate your help.
