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...