P
Piers Clinton-Tarestad
I have two tables at the moment one of which has the following fields
TABLE 1
Appraisee
Appraiser
TABLE 2
Staff Name
Staff Grade
Basically I want to establish a one to many relationship between the Staff
Name and Appraisee and also the Staff Name and Appraiser fields so I can run
a query which looks up the the Staff Grade for the Appraisee and Appraiser
I tried to establish two relationships (enforcing data integrity) and
designing a query which basically lists
Appraisee Staff Grade(for Appraisee) Appraiser Staff Grade (for Appraiser)
but all the query did was show the record where the Appraisee was the same
person as the appraisee
I have absolutely no idea how to resolve this-does anyone else?
TABLE 1
Appraisee
Appraiser
TABLE 2
Staff Name
Staff Grade
Basically I want to establish a one to many relationship between the Staff
Name and Appraisee and also the Staff Name and Appraiser fields so I can run
a query which looks up the the Staff Grade for the Appraisee and Appraiser
I tried to establish two relationships (enforcing data integrity) and
designing a query which basically lists
Appraisee Staff Grade(for Appraisee) Appraiser Staff Grade (for Appraiser)
but all the query did was show the record where the Appraisee was the same
person as the appraisee
I have absolutely no idea how to resolve this-does anyone else?