Hello all. I have a simple database out there in use for registering participants in a class. The folks running the class would now like to limit the participants to 45 for a given day the class is given. Basically, they don't want to register more than 45 people for a class. So, how do I prevent a new record being entered if there are already 45 people registered for the class that day? DCount in the date of class Before Update field? Something else? When the user enters the form, the default date is the system date. The instructor then changes the date, if needed, to the date of the class s/he is registering participants for. I'd like an edit to appear telling the instructor the class size limit has been reached and prevent the addition of a new participant if the instructor attempts to register a new participant when n=45. Many thanks in advance!