Access Quering

albert1992

New Member
Joined
Jul 20, 2015
Messages
6
Hello all,

I have two tables which I am trying to join, the first table is a single column and contains about 30K records with some duplicates. The second table contains this same column and a second column that I am trying to match.
However I only want to populate the first table that has about 30K records and produce a final table that has two columns.

I am attempting a left join but I am getting way too many records.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
It sounds like you have a many-to-many relationship, which means you may end up with more records than you started.
If you have a one column table, what use is it to have duplicates in it? Seems to me like you want to eliminate those first.

And it isn't quite clear exactly what you are after. It may be helpful to post small samples of each table and your expected results. You can do Copy and Paste from the Table/Queries that will look like this:
IDPremium Receipt TotalTradeDate
000151/1/2015
000161/11/2016
0003251/11/2016
0004507/1/2015

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,221,814
Messages
6,162,135
Members
451,743
Latest member
matt3388

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