CuriousGeo
Registered User.
- Local time
- Today, 18:29
- Joined
- Oct 15, 2012
- Messages
- 59
Hello, I've tried searching for this problem in this forum, but no luck. In a field I have a text string (combination of alpha/numeric)
What I'm trying to extract is the string if it occurs within the first 4 characters of the string. I probably need to use a combination of Left function and Instr function?
example
look for "01" in a field in 1st four characters
012234 output = 01
PC012234 output= 01
AB220122 output= nothing/ignore
What I'm trying to extract is the string if it occurs within the first 4 characters of the string. I probably need to use a combination of Left function and Instr function?
example
look for "01" in a field in 1st four characters
012234 output = 01
PC012234 output= 01
AB220122 output= nothing/ignore