CourseID, ProfessorId and StudentID are foreign keys, i want to print CourseName, ProfessorName, StudentName instead of ID's.
I'm using the wizard (typed dataset).
Note: the three id's are of composite pk as well fk, so no duplicate records will appear.
What can i do?