S
scott
I have a string of numbers/letters
It has to be 6 characters/numbers long.
I need to find all records that either dont have a number
or character(/ . ,) and records that are under 6
characters/digits
the following would be ok
a1d222 but the next would be wrong
124g-k cant have a dash
any help would be great
scott
It has to be 6 characters/numbers long.
I need to find all records that either dont have a number
or character(/ . ,) and records that are under 6
characters/digits
the following would be ok
a1d222 but the next would be wrong
124g-k cant have a dash
any help would be great
scott