Please I have two select boxes. One retrieves Faculties from database and the other Department.
I have a one to many relationship of faculty (one part) and department (many part).
What I want to do is when a faculty is selected all department having the faculty's primary key as their foreign key is retrieved. Thanks