G
Guest
using Access 2003; building a tracking database to track projects through a
long process.
Inheritied and Imported 11 tables from Excel.
Want to query the following tables: the USS and TWPS tables have many more
fields, but these are the important ones here.
tblReviewers tblUSS tblTWP
--------------- ------------ ------------
Initials (PK) USSid (PK) TWPid(PK)
Fname initials initials
Lname
Relationships have been established.
GOAL: Return BOTH the USS's and TWP's based on a particular reviewer.
When I build the query in Design View, the 2 relationship lines appear as
one (tblReviewer) to many. This is what I expect.
In the tblReviewers CRITERIA, I ask for the reviewer's initials.
The results returned are not correct.
I have experimented with the JOIN TYPEs but still cannot get the expected
results.
As a check, I did build 2 separate queries and the results returned are
correct.
Any help is appreciated!
long process.
Inheritied and Imported 11 tables from Excel.
Want to query the following tables: the USS and TWPS tables have many more
fields, but these are the important ones here.
tblReviewers tblUSS tblTWP
--------------- ------------ ------------
Initials (PK) USSid (PK) TWPid(PK)
Fname initials initials
Lname
Relationships have been established.
GOAL: Return BOTH the USS's and TWP's based on a particular reviewer.
When I build the query in Design View, the 2 relationship lines appear as
one (tblReviewer) to many. This is what I expect.
In the tblReviewers CRITERIA, I ask for the reviewer's initials.
The results returned are not correct.
I have experimented with the JOIN TYPEs but still cannot get the expected
results.
As a check, I did build 2 separate queries and the results returned are
correct.
Any help is appreciated!