I have a database which contains three tables Books, Members & Transactions. The Transaction table contains BookID & MemberID as foreign keys. The books and Members have 1 to many relationships with Transactions table. I want to access the Member Namme which is the field of Members Table. While creating the project in the datasource I have just associated my program with the Transactions table. How I can solve this problem?