How do I merge two records from the same table into one record?

G

Guest

I want to take two records with the same key fields but missing data and
merge them together to make one complete record. For example, record A has
name but address and phone number are blank while record B has address and
phone number but name is blank. I want to take the address and phone number
from record B merge it with Record A to give me one complete record.
 
G

Guest

Use an update query with criteria for the field as Is Null - this fills in
the blanks.

You will need to do a separate update query for each field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top