multipleintell
Technical User
I have a table that I am registering class participants. The table is a middleman between a table of courses and a table of people. I want to make sure that i don't register more people in a course than the MaxReg, which is a number field. I also don't want to have to manually check the number of people in a course so that I don't overdo it.
I want to validate the CourseCode field in the registration table by checking the Count(IDentifier) -which is the Person's code, in the Registration table to the MaxReg field in the Course table.
Does this make sense to you? I am not sure if this is a possibility!
I am open to any other ideas, except anything having to do with a form. I am prefering at the moment to enter the registrations directly in the table.
Thanks,
Melissa
I want to validate the CourseCode field in the registration table by checking the Count(IDentifier) -which is the Person's code, in the Registration table to the MaxReg field in the Course table.
Does this make sense to you? I am not sure if this is a possibility!
I am open to any other ideas, except anything having to do with a form. I am prefering at the moment to enter the registrations directly in the table.
Thanks,
Melissa