G
gjameson via AccessMonster.com
I am trying to copy the contents of 2 tables into another table. This will
be a one time thing.
What I have is a table with customer data - Customer
2 other tables GS Config and GS EVC.
Each of these table have about 1200 records. All three tables have a primary
key that is the same between each table. I want to take the data from the 2
tables (GS Config and GS EVC) and put it into the main table (Customer)just
addding the additional fields , not records, without adding
additional/duplicate records. I added the same fields/definitions that I want
to import to Customer for each of the other tables.
So far I have been only been able to get the info to append to the end of the
table, creating another 1200 or so records. What am I missing here?
Thanks in advance for any help.
Gerald
be a one time thing.
What I have is a table with customer data - Customer
2 other tables GS Config and GS EVC.
Each of these table have about 1200 records. All three tables have a primary
key that is the same between each table. I want to take the data from the 2
tables (GS Config and GS EVC) and put it into the main table (Customer)just
addding the additional fields , not records, without adding
additional/duplicate records. I added the same fields/definitions that I want
to import to Customer for each of the other tables.
So far I have been only been able to get the info to append to the end of the
table, creating another 1200 or so records. What am I missing here?
Thanks in advance for any help.
Gerald