A
Alvaro
I have the STUDENTS table and the CLASSROOMS table. I need
to know, after I add one student in the form, how many
students are on the class and compare to the the maximum
number of students that the CLASSROOM admits.
So, I have to COUNT my students and then compare with the
field CAPACITY of CLASSROOMS. If the limit is too close,
or higher than the classrooms I wish to show a msg to the
operator warning for this situation, but I will not limit
him.
I though I can use the BeforeUpdate event but I stopped
programming Access in 1997 and I really don't remember how
I have to do this things todyay!!!
Any ideas? Thank you very much.
Alvaro
to know, after I add one student in the form, how many
students are on the class and compare to the the maximum
number of students that the CLASSROOM admits.
So, I have to COUNT my students and then compare with the
field CAPACITY of CLASSROOMS. If the limit is too close,
or higher than the classrooms I wish to show a msg to the
operator warning for this situation, but I will not limit
him.
I though I can use the BeforeUpdate event but I stopped
programming Access in 1997 and I really don't remember how
I have to do this things todyay!!!
Any ideas? Thank you very much.
Alvaro