I have a table that has severl different courses a student can take. Each is identified by an auto id. I also have a student table that lists each indidual student. What I would like to be able to do is create a status query that identifies where each student currently at, this can include a course from the course list or the status of graduated or withdrew. How can i create a table or query that combines all the courses and the graudated and withdrew statuses into a single field list?