I have a typical contact database, which includes address, phone, email, etc.
I then have a separate database which contains only the contact names (last,first) and new, updated emails. I want to update the contact database with these new emails.
However, there are a few problems ...
If you...