Hi everyone -
I have a field where I need to extract the middle portion. The data is
similar to this:
1111-6-652
or
1111-9X4.5-600
What I need is the data between the hypens, either the "6" as in the
first example or the "9X4.5" as in the second example.
I've tried using the Mid and InStr functions but just can't get it to
work.
Any suggestions?
I have a field where I need to extract the middle portion. The data is
similar to this:
1111-6-652
or
1111-9X4.5-600
What I need is the data between the hypens, either the "6" as in the
first example or the "9X4.5" as in the second example.
I've tried using the Mid and InStr functions but just can't get it to
work.
Any suggestions?
Comment