In Access 97, I have a table that is link and it gets updated nightly. This table is an Items table with no Unique ID (Not by choice). I have created a table with identicale fields except "ItemID" field. Anyone know how I can "update" table2 from table1's data. For example, lets say table1 has 500 rows and table2 has 500 rows that are identical, except table2 has a unique id. Say the next day table1 has 510 rows and table2 has 500 rows. How can I update table2 to insert the 10 rows it does not have? Since you all know that I cannot modify a linked table, and I need to create relationship with this data, I only have this option. I know this sounds far fetch, but I don't have much to work with. I greatly appreciate your suggestions. Thank you for your time.