I'm a relative newbie to VBA and I am STUMPED.
I'm trying to use vba in MS Access to compare two fields to see if the
second string can be found somewhere in the first.
For example, I would like the statement to return true if:
StrOne = 00035A,00035B,2 000,00103A
StrTwo = 00035B
Can anyone help?
Thanks in advance,
J
I'm trying to use vba in MS Access to compare two fields to see if the
second string can be found somewhere in the first.
For example, I would like the statement to return true if:
StrOne = 00035A,00035B,2 000,00103A
StrTwo = 00035B
Can anyone help?
Thanks in advance,
J
Comment