M
Mary M
If you have a table with records that correspond to records on another db
how
can you combine them?
Example DB1 has 3 fields - Field1, Field2, CODE
DB2 has 2 Fields - CODE, DESCRIPTION
I would like to add a 4th field to DB1 and populate it with the
corresponding
description from DB2 based on matching CODE.
How can this be done?
Many thanks in advance.
how
can you combine them?
Example DB1 has 3 fields - Field1, Field2, CODE
DB2 has 2 Fields - CODE, DESCRIPTION
I would like to add a 4th field to DB1 and populate it with the
corresponding
description from DB2 based on matching CODE.
How can this be done?
Many thanks in advance.