I think I have this just about done. Thank you! I have one new function I'd like to create in my grade book. I have tables and queries which show student's completion of course assignments , a percentage of the course complete. What I would like to do now is a query that will compare the list of course assignments (table: assignments) to the students grades (table: Grades) which show which assignments have been completed for each course and their score for each assignment. What I would like to see, is a list of assignments which have to been completed, assignments for which there is no grade. Some of the assignments can be accomplished out of order, so I need to see what is and isn't done. I'm attaching a zip file of the database in case you need to see what I'm working with.
Thank you,
Michael