pooterpooter
Technical User
Is there a way in Access to find matches in the company
names between 2 tables that are not related?
My first table consists of the following fields:
CustomerID - the field is autonumber
CompanyName
The second tables cosnsits of the folowing fields:
ContactID the field is autonumber
CompanyName
I want to make a query enumerating only those customers and
contacts, which COmpaneName is the same.
For examplem:
CustomerID companyname contactID companyName
142 Fenchel 35 Fenchel
There was a wizard in the query for find matched query but
my programme cannot use it.
Could you help me with an sql, if my wish is possible at
all?