I have many random values like these and I need a way to grab the part that is to the right of "-->".
Geo --> IPD-Embedded IA
Segment --> MAG
I'm using this code to grab the part that is to the left, but I cannot figure out how to alter it to get the value to the right.
LPos = InStr(My_Value, "-->")
rst![Chart_Field] = Trim(Left(My_Value, LPos - 1))
Can someone help?
Thanks!
Geo --> IPD-Embedded IA
Segment --> MAG
I'm using this code to grab the part that is to the left, but I cannot figure out how to alter it to get the value to the right.
LPos = InStr(My_Value, "-->")
rst![Chart_Field] = Trim(Left(My_Value, LPos - 1))
Can someone help?
Thanks!