all my 5 tables:
2015_16 - list all the academic details of the student, id, name, program, year - this is the MAIN table for nearly everything.
TblAppointments - lists: studentID, first name, last name, program and year - it is linked on a one to one relationship with the 2015_16 table as the...