E
Ellen
I have a table for which I'd like to add new information
from a second table. There are identical fields in both
tables. Both tables have an ID# field, which is the
primary key.
I'd like to do two things:
1. Add unique records from table2 to table1.
2. Where there are common ID#s in both tables, I'd like
table1 to be updated with whatever table2 contains.
Can someone help me?
Thanks in advance.
Ellen
from a second table. There are identical fields in both
tables. Both tables have an ID# field, which is the
primary key.
I'd like to do two things:
1. Add unique records from table2 to table1.
2. Where there are common ID#s in both tables, I'd like
table1 to be updated with whatever table2 contains.
Can someone help me?
Thanks in advance.
Ellen