Hi Lee,
I've got 2 tables
1. table of COURSES
2. table of GRADERS
3. table of STUDENTS
Course Table: fields include CourseID#, SectionID, TermID, SlotID, Instructor, and RecordID (combination of the CourseID#, SectionID, TermID)
Grader Table: StudentID#, First Name, Last Name, Paygrade, Record#
Student Table: StudentID, First Name, and Last Name
The GRADER TABLE is my main table. The StudentID connects it to the Student Table and the RecordID connects it to the Course Table.
I've selected the records (for the form letter) by Semester & Term (academic year) and get all the students working for the upcoming term. Than sorted the records by Instructor, so that an instructor will receive 1 letter with all his/her students listed on it.
Thank you
Amy