I have Two fields in a table referring to the same field in a lookup table. They are:
But when I create a query using the two tables—tblCompanies and tlkpCompanyNames, both of the fields from the tblCompanies table are joined to tlkpCompanyNames. When I click the View button no records show. Then I delete the joint line that joins CrossRefName to tlkpCompanyNames then my records are displayed.
Basically, all I have done is create the tables and set up relationships. Now I am trying to create a query.
Did I do something wrong?
CompanyName -- tlkpCompanyNames
CrossRefName – tlkpCompanyNames_1
In the Relationships window, I did the following:CrossRefName – tlkpCompanyNames_1
1. joined CompanyName to tlkpCompanyNames
2. copied tlkpCompanyNames, now I have tlkpCompanyNames_1
3. joined CrossRefName to tlkpCompanyNames_1.
2. copied tlkpCompanyNames, now I have tlkpCompanyNames_1
3. joined CrossRefName to tlkpCompanyNames_1.
But when I create a query using the two tables—tblCompanies and tlkpCompanyNames, both of the fields from the tblCompanies table are joined to tlkpCompanyNames. When I click the View button no records show. Then I delete the joint line that joins CrossRefName to tlkpCompanyNames then my records are displayed.
Basically, all I have done is create the tables and set up relationships. Now I am trying to create a query.
Did I do something wrong?