I have a List Named 'Candidates'. THis has all the details required to store
the details of any person who applies for a job. I also have one more list named
'Interview Schedule'. This list has the Candidate ID as a common field so that
when a new candidate is created, the interview schedule list can be populated
based on the candidate ID.
There are different views of the Candidates list where the user gets to see
different columns that are in the same list. But, if i want to display 2 columns
of Interview Schedule in one of the views of Candidates, how can i accomplish
this?