First Design Post
Posted: Sat Apr 20, 2002 3:44 pm
okay, here goes:
I got a a database which consists of a student table and an options table. Theory is that a student should be able to choose optional modules ( which are predefined in the options table ) during their academic year and thus have these modules assigned to them.
I have created another table called student options which will consist of the student name/ID along with the many options assigned to them (manually assigned entries via the web interface).
Im just racking my brains as to how to create a decent (intuitive), hassle free interface which will allow me to assign students these modules. My brain is dead from programming all day today and im wondering if you guys have any suggestions as to how i can lay this one out.
-Abi
I got a a database which consists of a student table and an options table. Theory is that a student should be able to choose optional modules ( which are predefined in the options table ) during their academic year and thus have these modules assigned to them.
I have created another table called student options which will consist of the student name/ID along with the many options assigned to them (manually assigned entries via the web interface).
Im just racking my brains as to how to create a decent (intuitive), hassle free interface which will allow me to assign students these modules. My brain is dead from programming all day today and im wondering if you guys have any suggestions as to how i can lay this one out.
-Abi