geospatial
Active Member
- Joined
- Sep 2, 2008
- Messages
- 290
I have a query that works fine. As soon as I add a table that has a relationship to the main table I start getting 0 results.
I believe the issue is that I am trying to have 3 fields as foreign keys that link back to the same primary key in another table.
For instance i have tblRaters that has information on everyone in a rating scheme.
For the rating scheme we have raters, senior raters, and reviewers. These people could all be the same person in different roles for different people.
In my tblprsnl I have a raterID, srRaterID, and reviewerID, which all link back to tblraters.raterID.
When I only have one relationship made it works. as soon as I add anymore to the tlbraters.raterID it fails.
I believe the issue is that I am trying to have 3 fields as foreign keys that link back to the same primary key in another table.
For instance i have tblRaters that has information on everyone in a rating scheme.
For the rating scheme we have raters, senior raters, and reviewers. These people could all be the same person in different roles for different people.
In my tblprsnl I have a raterID, srRaterID, and reviewerID, which all link back to tblraters.raterID.
When I only have one relationship made it works. as soon as I add anymore to the tlbraters.raterID it fails.