G
Guest
Thanks for taking the time to read my question.
I have a field in a table that holds many values as a string
for example
lola br bgn ddt mmn lol
I want to use instr to find "lol". The problem is that it finds "lola" How
can I make this work so that it only finds "lol"? Each value in the string
is separated by a space.
I could step through each value in the string with a loop, but wondering if
there is a better way.
Thanks,
Brad
I have a field in a table that holds many values as a string
for example
lola br bgn ddt mmn lol
I want to use instr to find "lol". The problem is that it finds "lola" How
can I make this work so that it only finds "lol"? Each value in the string
is separated by a space.
I could step through each value in the string with a loop, but wondering if
there is a better way.
Thanks,
Brad