Matching Terms

nancybrown

Well-known Member
Joined
Apr 7, 2005
Messages
868
I have a table in access that has vendor # and old vendor terms fields; this table is called 2008 Vendor Terms.

On a weekly basis, I will be linking an excel file to the access database that will be called 2009 Vendor Terms and also has vendor # and new vendor terms fields.

Does anyone know a query (for a button) I could use that will run and compare the 2008 vendor terms table against the linked 2009 vendor terms file? The results should return to another table within access called Updated Vendor Terms that will also have the vendor # and vendor terms.

Many thanks in advance.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
If the Vendor # is the same in both systems, join the 2 tables on Vendor # and add the two different Vendor Terms fields. That will show all vendors who exist in both years. If (as is likely) there are vendors in only one of the two years and you want to show those, a different approach is required. Take a look at this tutorial.

Denis
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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