>> can you do the same thing with a query, if so how?
From my earlier post ---
Create a query in design view by adding both tables. Click on 'FULL NAME'
in first table and drag to 'FULL NAME' in the second table. Double click on
the asterisk in your table to select all fields for display.
When you run the query it will display those records that are in both tables.

Signature
KARL DEWEY
Build a little - Test a little
> can you do the same thing with a query, if so how?
>
[quoted text clipped - 6 lines]
> >> >> on the “blocked persons” list. Or can I show another column next to the name
> >> >> of my client that has a count of matches (hits), if any.
bml337 - 28 Apr 2008 19:20 GMT
I have it working when i use two tables in one query. However, My issue is
this... both tables have different layouts. One table has the first and last
name in one cell and the other has them separated. this is just one example.
So i had to create a query for each of the tables so they both have the same
layout. After i did this i had to create another query and based it on the
aforementioned. when i do that... dupes in each do not come up, any
suggestions.
and thank you for your help! :)
bl
>>> can you do the same thing with a query, if so how?
>From my earlier post ---
[quoted text clipped - 8 lines]
>> >> >> on the “blocked persons” list. Or can I show another column next to the name
>> >> >> of my client that has a count of matches (hits), if any.

Signature
brandon
KARL DEWEY - 28 Apr 2008 20:30 GMT
>>when i do that... dupes in each do not come up, any suggestions.
To me 'dupes' are duplicate records in the same table and I would use a
totals query to count records that are >1. But this is in a single table.

Signature
KARL DEWEY
Build a little - Test a little
> I have it working when i use two tables in one query. However, My issue is
> this... both tables have different layouts. One table has the first and last
[quoted text clipped - 20 lines]
> >> >> >> on the “blocked persons” list. Or can I show another column next to the name
> >> >> >> of my client that has a count of matches (hits), if any.
bml337 - 28 Apr 2008 20:48 GMT
i have two sets of tables. each has a list of names and other information.
Im looking to see if each table has a matching name in the other table, thats
all.
>>>when i do that... dupes in each do not come up, any suggestions.
>To me 'dupes' are duplicate records in the same table and I would use a
[quoted text clipped - 5 lines]
>> >> >> >> on the “blocked persons” list. Or can I show another column next to the name
>> >> >> >> of my client that has a count of matches (hits), if any.

Signature
brandon
KARL DEWEY - 28 Apr 2008 21:01 GMT
>>So i had to create a query for each of the tables so they both have the same
layout. After i did this i had to create another query and based it on the
aforementioned. when i do that... dupes in each do not come up, any
suggestions.
If you join the two queries you do not get any records?
Post SQL of the queries you are trying to use.

Signature
KARL DEWEY
Build a little - Test a little