Hi, I've got a table with univeristy Modules with the following fields.
Stack
Module Code
Module Title
Credits
Status
Example data '1', 'INFO3420', 'Professional IT', '15', 'Mandatory'.
I also have a table with Course Details
CourseCode and CourseTitle
Example data 'CS', 'Computer Science'
Example data 'BIS', 'Business Information System'
Some of the modules overall lap courses for example a Business Student may be able to do the same Module as a Computer Science student. Only students on Computer Science should be able to select all the Modules for Computer Science and no other modules. How do I go about doing this.
Stack
Module Code
Module Title
Credits
Status
Example data '1', 'INFO3420', 'Professional IT', '15', 'Mandatory'.
I also have a table with Course Details
CourseCode and CourseTitle
Example data 'CS', 'Computer Science'
Example data 'BIS', 'Business Information System'
Some of the modules overall lap courses for example a Business Student may be able to do the same Module as a Computer Science student. Only students on Computer Science should be able to select all the Modules for Computer Science and no other modules. How do I go about doing this.