query two tables

G

Guest

Using a patrameter query, I want to query two tables. For instance, lookup
the name "Smith" in each tabel in the field [last name]. Neither table has a
primary key Do I need ajunction table and if so how do I create it.
 
J

John W. Vinson

Using a patrameter query, I want to query two tables. For instance, lookup
the name "Smith" in each tabel in the field [last name]. Neither table has a
primary key Do I need ajunction table and if so how do I create it.

What information is in these tables? Why do names exist in two different
tables (there should generally be ONE table for each type of entity)? What
will you do with the record when you find it?

A UNION query might be a solution, but I'm not at all sure what you're working
with or what you are trying to accomplish.

John W. Vinson [MVP]
 

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