I am developing a simple database for students to register courses using Microsoft Access 2010. I have 4 tables: Student, Register, Course, and Section (1 Course can have many Sections).
Then, there is a criteria that a student can only take up to 6 courses. Hence, may I know that where and how can I include this constraint? I believe that it should be in the Macro (Before Change) of the table Register, but I have no idea about it.
My relationship is: Student -> Register <- Section <- Course
Here is my file: https://www.mediafire.com/?7oxbrhrrvhyh5bi
Please help me with that! Thanks in advance![]()