I have a database with 3 tables
> 1st table "Departements"(departemenetcode-autonumber,departementname)
> 2nd table "Teachrs"(teachercode-autonumber,teachername)
> 3rd table "Students"(studentcode-autonumber,studentname and other information for student)
> In "Teachers" table I have combo based...