Problem is when I type a lot of data in a form with validation rule and I changed my mind I want to close the form. However, it would not let me since the validation keeps on running. I can erase the data in text boxes but that will take long time just closing the form.
- I wanted to have a close button that can override a validation rule without receiving to many error messages.
- I can also build a clear button to delete the data text boxes and combo boxes, However i do not know how to do that in access code builder.
Comment