One more question: I am on the "Schools" table and I create 3 schools (so I have 3 records). Then I create Courses, SchoolYear, Departments, etc... All on the layout based on the "Schools" table. So far, so good.
Next step is to create classes. I also do this on the "Schools" table with a portal to "Classes". That works fine but I want to have a dropdown list with the SchoolYears so I can select the current SchoolYear.
Ok, I only need one SchoolYear per year and that is ok but when it is june, a teacher is planning his Classes for the next SchoolYear, so he needs to have the possibility to make his provisional Classes for the next year. And when it is september (new SchoolYear) he wants to start with the new Classes.
How do I accomplish this?