B
Bernadette Houghton
I'm trying to compare two fields in a table. If the whole of the first field
is found somewhere within the second field, I need to output the second
field into a third field..
e.g.
Field1 = abcd
Field2 = xyzabcdefg
Since Field1 is found within Field2, Field3 =xyzabcdefg
I 'm able to do this if the wholecontents of Field1 exactly matches the
whole contents of Field2, viz - Field3: IIF([Field1] = [Field2],[Field2],"")
However, I can't get this expression to recognise when Field1 matches only
part of Field2.
Regards
Bernadette
is found somewhere within the second field, I need to output the second
field into a third field..
e.g.
Field1 = abcd
Field2 = xyzabcdefg
Since Field1 is found within Field2, Field3 =xyzabcdefg
I 'm able to do this if the wholecontents of Field1 exactly matches the
whole contents of Field2, viz - Field3: IIF([Field1] = [Field2],[Field2],"")
However, I can't get this expression to recognise when Field1 matches only
part of Field2.
Regards
Bernadette