I have setup 4 separate tables that have fk relationships between all of them. The main problem I am having is between a table called EmployeeQuestions and Questions tables. I am using Entity to model the objects. When I get my EmployeeQuestions object I check it to make sure that the relationship between the EmployeeQuestions and Employee is there and I can get all the information through that relationship however the relationship between EmployeeQuestions and Questions is always null. I have checked to make sure that the relationship was setup correctly and it is. Also I have tried to do a search on a list of all EmployeeQuestions and I can query those results for the QuestionID in the Questions table however I cannot get the description field.
I am very new to working with databases at all, any help would be much appreciated.
Thanks.