Query assistance

K

Keven Swingle

I have 2 tables and I am looking to create a query that will display the data
only if it exists in both tables. I have been doing this in the past by
running 2 unmatched queries, but I am assuming that there must be a faster,
better way and I am hopeful that someone here could help.
 
J

John Spencer

IF the data has to exist in both tables you could just join the tables on
the relevant field(s). With an inner join the data would have to be in both
tables to return any record.

--
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