I have a need to label features in a GIS system based off of a field in a table. The field name is TapNumber and here is how the information looks:
10204001-10313001-91L+110
19205020-19205002-7R+021
8016014-8016011-143R+143
What I need is only the numbers between the second "-" and the "L" or "R"
I should also tell you the string length is not consistent. I already tried to do a mid function to the 19th character, but unfortunately the string length varies as you can see from the examples above.
Any ideas?
Thanks
10204001-10313001-91L+110
19205020-19205002-7R+021
8016014-8016011-143R+143
What I need is only the numbers between the second "-" and the "L" or "R"
I should also tell you the string length is not consistent. I already tried to do a mid function to the 19th character, but unfortunately the string length varies as you can see from the examples above.
Any ideas?
Thanks
