I have a table with a field labeled "description". In this field are 10 digit numbers I want to extract and put in their own field in the same table so that I can link another table to it.
for example
field 1:
Sacramento, CA 95210C11
I want to extract just the "95210C11" part
and put it into
field 2:
95210C11
As you noticed, this string contains alpha-numeric characters.
Any tips on how extract just that string and put it into a new field? Thanks.
for example
field 1:
Sacramento, CA 95210C11
I want to extract just the "95210C11" part
and put it into
field 2:
95210C11
As you noticed, this string contains alpha-numeric characters.
Any tips on how extract just that string and put it into a new field? Thanks.