Many possibilities:
1) In the beforeupdate event in the subform, check for the values you need to validate with code in an if statement and set the Cancel property to True:
Cancel = True
Cancel is a variable passed into the function. You can see this when you open the beforeupdate event.
2)...
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.