getting a Validation property from another query

B

BoonDawg

i'm trying to set a validation rule which stops the user from enrolling a
student in a class, in which the class has already reached its maximum
capacity.

i have created a query which includes the class, class limit, and the
current amount of students erolled. the query's name is sizeCount....
 
Top