Is there a way to limit the amount of records which can be entered into a form. I want the ser to be limited to three. If he wants to add a new one he will have to delete an old one.
Use the BeforeInsert event of the form to count the number of existing records. If it exceeds the magic threshold, then display a message to the user and Cancel the insertion.
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.