I
ixniggle
I must have a metal block today. I need a Like Operator that will find
fields with just letters of the alphabet and a lenght of 6 or less.
The best I can come up with is:
field Like "[a-z]" OR field Like "[a-z][a-z]" OR field Like
"[a-z][a-z][a-z]" OR field Like "[a-z][a-z][a-z][a-z]" OR field Like
"[a-z][a-z][a-z][a-z][a-z]" OR field Like "[a-z][a-z][a-z][a-z][a-z][a-z]"
There has to be a simpler syntax.
fields with just letters of the alphabet and a lenght of 6 or less.
The best I can come up with is:
field Like "[a-z]" OR field Like "[a-z][a-z]" OR field Like
"[a-z][a-z][a-z]" OR field Like "[a-z][a-z][a-z][a-z]" OR field Like
"[a-z][a-z][a-z][a-z][a-z]" OR field Like "[a-z][a-z][a-z][a-z][a-z][a-z]"
There has to be a simpler syntax.