Unfortantly I think I am doing something wrong.
I made a query and set it as the row source for the Description field
SELECT Courses.CourseID, Courses.DepartmentID, Courses.CourseNo, Courses.CourseName
FROM Courses
WHERE (((Courses.DepartmentID) Like [Forms]![CourseTaken]![Program]))...