dhookom and randy700,
I have 3 tables in this database:
EntryInfo - student id#, student name, tutoring time, tutoring day, course needed for tutoring, etc.
Students - student id#, student name
Courses - student id#, course
EntryInfo is linked by student id# to both Students and Courses
The...