S
Steve
I have a people table of about 25 fields. The table is initially created each
year from 5 different sources. The records from each source are appended to the
people table. Any person may be in one or multiple sources. For those in
multiple sources, the data for a person may not be complete in any source. For
example, a person is in three sources; source#2 has the SSN and source#3 has the
membership#. For those people who are in multiple sources, I need to merge the
records of the person into one record that contains all the data for that person
that is available in all the sources that contain that person. From the previous
example, I need to add the membership# from source#3 to the record with the SSN#
in source#2.
I'm looking for some suggestions on a startegy for merging records.
Thanks!
Steve
year from 5 different sources. The records from each source are appended to the
people table. Any person may be in one or multiple sources. For those in
multiple sources, the data for a person may not be complete in any source. For
example, a person is in three sources; source#2 has the SSN and source#3 has the
membership#. For those people who are in multiple sources, I need to merge the
records of the person into one record that contains all the data for that person
that is available in all the sources that contain that person. From the previous
example, I need to add the membership# from source#3 to the record with the SSN#
in source#2.
I'm looking for some suggestions on a startegy for merging records.
Thanks!
Steve