R
Ripper
I have a table used to sign up students for a class. The maximum per class
is 20 in each class and I use a unique class ID for each course. How do I
have the number of people who sign up stop when the class is full?
I use a query to count the CourseID. If the participation max is reached,
is there a way to display an message box that says, "You're too late. Class
is Full."
is 20 in each class and I use a unique class ID for each course. How do I
have the number of people who sign up stop when the class is full?
I use a query to count the CourseID. If the participation max is reached,
is there a way to display an message box that says, "You're too late. Class
is Full."