P pietlinden Oct 18, 2007 #2 How do I get a query to pull data from two different tables? Click to expand... how about by joining the tables? Have a look at Northwind... that's what it's there for.
How do I get a query to pull data from two different tables? Click to expand... how about by joining the tables? Have a look at Northwind... that's what it's there for.
J John W. Vinson Oct 18, 2007 #3 How do I get a query to pull data from two different tables? Click to expand... How are the tables related? What information is in them, and how do you want to choose it? Your question is far to vague for anyone to be able to answer specifically. John W. Vinson [MVP]
How do I get a query to pull data from two different tables? Click to expand... How are the tables related? What information is in them, and how do you want to choose it? Your question is far to vague for anyone to be able to answer specifically. John W. Vinson [MVP]
G Guest Oct 19, 2007 #4 Look at this link, it can get you started Query Joins - Inner & Outer Joins: http://www.databasedev.co.uk/query_joins.html
Look at this link, it can get you started Query Joins - Inner & Outer Joins: http://www.databasedev.co.uk/query_joins.html