I have two tables. Lets just call the tables table 1 & Table 2. In both tables I have Cost Information. Table 1 has the most current cost information in it. Both Tables have unique identifiers in them. What I need to do is update table 2 with the cost information from table 1. I did not think I could link the tables because Table 2 has 9 more fields than table 1 and Table 1 has 35000 records and I only need to update Table 2's 2000 records.