P
PK
I need to match up records in two tables based on PART of a field, which
could be variable in length. For instance:
Table1 has a field [Project ID] with data "Project1", "Project123", etc...
Table2 has a field [OtherPrjID] with data "Project1-fred", "Project1-Sally",
"Project123-nancy", "Project123-henry"
I need to match:
Table1 Record "Project1" with Table2 "Project1-fred" and "Project1-Sally"
records
and
Table1 Record "Project123" with Table2 "Project123-nancy" and
"Project123-henry" records
Please Note: It is possible that there will not be any matches in Table2
Thank you!
could be variable in length. For instance:
Table1 has a field [Project ID] with data "Project1", "Project123", etc...
Table2 has a field [OtherPrjID] with data "Project1-fred", "Project1-Sally",
"Project123-nancy", "Project123-henry"
I need to match:
Table1 Record "Project1" with Table2 "Project1-fred" and "Project1-Sally"
records
and
Table1 Record "Project123" with Table2 "Project123-nancy" and
"Project123-henry" records
Please Note: It is possible that there will not be any matches in Table2
Thank you!