M
Micah Chaney
Hi Group...How do you use the LString and RString functions in a Query? I
have a series of concatenated fields that I'm trying to split up. I can
figure out how to do LString and so many characters, but what if I needed to
do LString to a certain character?
Example:
I can have in one field the following string...
| 12 |a 13553 |b 14 |c 156 |d 16 |e...
That way I can say in...
Field A: Find "|" and go Right to the next "|" and capture the value, giving
this field a value of 12.
Field B: Find "|a" and go Right to the next "|" and capture the value,
giving this field a value of 13553.
Field C: Find "|b" and go Right to the next "|" and capture the value,
giving this field a value of 14.
Field D: Find "|c" and go Right to the next "|" and capture the value,
giving this field a value of 156.
See what I'm saying? How do I do that?
The Access NewGroup/Forum has always, ALWAYS been the most helpful, I hope
you guys can help me with this issue as well. Thanks in Advance.
have a series of concatenated fields that I'm trying to split up. I can
figure out how to do LString and so many characters, but what if I needed to
do LString to a certain character?
Example:
I can have in one field the following string...
| 12 |a 13553 |b 14 |c 156 |d 16 |e...
That way I can say in...
Field A: Find "|" and go Right to the next "|" and capture the value, giving
this field a value of 12.
Field B: Find "|a" and go Right to the next "|" and capture the value,
giving this field a value of 13553.
Field C: Find "|b" and go Right to the next "|" and capture the value,
giving this field a value of 14.
Field D: Find "|c" and go Right to the next "|" and capture the value,
giving this field a value of 156.
See what I'm saying? How do I do that?
The Access NewGroup/Forum has always, ALWAYS been the most helpful, I hope
you guys can help me with this issue as well. Thanks in Advance.