Student Class Registration

I have done admission and enrollment. The Problem is at Student Class Registration where I want to check for duplicates. I want to avoid duplicates
Student ID, Program, Program Section, Course, Section, Acad Year, Semester

If everyone signs in with their own email you can give them a unique student ID. When a user registers for a class have it record that ID then relate it back to the user table. Set a condition for registering that checks if the relation exists or not. If it does then they can’t register again, and you will have a unique set of student IDs for that class with no duplicates. That’s one way to do it but I’m not sure I completely understand what you’re asking

2 Likes

Yes… Thanks Sorry for the delayed reply. Let me try that way. My Goal as Registration Head don’t want to do duplicates around