Comparing Data tables

kmrowlan

Board Regular
Joined
Aug 5, 2009
Messages
80
I have two tables that I want to compare data. Table1 and table2
The field names are equal.
Table 1 has the most current information. In this table, some of the data in the existing records have changed and some records have been added.

I want to compare the two and capture the data changes and identify the new records that have been added.

I tried to do a join properties in a query, but when I do, it does not pick up the added records. What should I do here?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
For your join you would want an OUTER JOIN from Table 1 to Table 2. Double click on the link between the two and then select either option 2 or 3 whichever says something like:

Select all records from Table 1 and only those records that match from Table 2.
 
Upvote 0

Forum statistics

Threads
1,224,584
Messages
6,179,693
Members
452,938
Latest member
babeneker

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top