Matching Records in two Tables

N

nmk

I have a master list of countries in one table and list of countries with
prices in the other table.

I am trying to build a query that finds a match for every country in the
master list from the other pricelist and pulls a price accordingly.

What is the best way to do it? Thank you for your help.
 
J

John Spencer

-- Add both tables to the query
-- Drag from the country field in the master list to the country field
in the pricelist
-- double-click on the join line and in the dialog box, select show all
in master list and show matches in pricelist
-- choose the fields you want to show

This will show all the countries in the master list with matching
information in the price list and any master list countries that don't
have a match will show blanks for the fiels in the pricelist

'====================================================
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
'====================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top