Hello All,
i am using self servicing
i have emailcommunication table , it have following fields
EmailCommunicationID ->PK
CoachID
MemberID
CoachToMember
Subject
Body
i have member Table, it have following fields
MemberID
ProgramTypeID
UserID
i have coach table, it have following fields
CoachID
UserID
i have user table with following fields
UserID
FirstName
lastName
Email
so how can i make relationship, so i can search data by first name & Last name from emailcommunication table