I am creating a project where Teachers enter a students coursework grades and it does various reporting on that data.
It is for a course where there are many units and within those units are many assessment objectives that the students can meet to either obtain a fail, pass, merit or distinction.
In the course there are 20 units but the school chooses a selection of these which they will teach to student. For example, my school chooses Unit 1, 3, 4, 7, 15, and 20.
Below is an image of what my current database looks like
https://i.stack.imgur.com/Glb7P.png
https://i.stack.imgur.com/In7Rq.png
The problem i'm having is that access won't let me have multiple students which have have the same units. Also I want a separate table where I can have unit information such as name and description but I'm not sure how to do it?
Hopefully I've provided enough information, if not please don't hesitate to comment.
Any help would be greatly appreciated!
Many thanks, Robin