You will need to control and validate this through your user input forms and restrict access to the tables directly.
There is no way to restrict this at the table level.
You can create a bound form for data entry based on the relevant table. After that, there are a number of ways to control data entry, one that springs to mind is to disallow adding records (AllowAdditions) if the count (DCount) is equal to the number allowed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.