Comparing two tables in a query

D

David`

I have a table with First, Last, Date. I would like to to
make a query that would list when these feilds match in
another table. If anyone could help me with this.

Thank you
David Ehrenreich
 
D

Duane Hookom

Do you mean when the fields are all the same or when they all match values
in similar fields in another table? Also, First, Last, and Date are all poor
choices for field names since they are either SQL aggregates or functions.

I think you might be able to just create a query based on both tables and
join the three fields. When you display the datasheet, only those that match
the three fields will show.
 

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