I have a table with records that i need to merge
ie
FirstName LastName Phone Address
Ken Smith 555-0000
Ken Smith 123 4th st
BECOMES
FirstName LastName Phone Address
Ken Smith 555-0000 123 4th st
there are more field than this, but this is a good example.
Sometimes 1 record may be missing a phone and the other has it, sometimes its the address. Any advice?
ie
FirstName LastName Phone Address
Ken Smith 555-0000
Ken Smith 123 4th st
BECOMES
FirstName LastName Phone Address
Ken Smith 555-0000 123 4th st
there are more field than this, but this is a good example.
Sometimes 1 record may be missing a phone and the other has it, sometimes its the address. Any advice?