E
Erik
I want to compare to fields from a table. The problem is
that one of my fields will have "extra" data that I do not
need or want for the comparison. Is it possible to use VB
to look at the string and assign only portion of the
string I want to a variable.
Example
XyzABCCOMPANYcba
I want a function that will look at the field find the
above example, but when the variable is defined I only
want ABCCOMPANY.
that one of my fields will have "extra" data that I do not
need or want for the comparison. Is it possible to use VB
to look at the string and assign only portion of the
string I want to a variable.
Example
XyzABCCOMPANYcba
I want a function that will look at the field find the
above example, but when the variable is defined I only
want ABCCOMPANY.