chickenwings23
Member
- Local time
- Today, 06:28
- Joined
- Jun 3, 2022
- Messages
- 38
Hello! There is a form that will be completed by users. Four text boxes/Combo boxes that require the user to enter information. They'll hit save record command button and it'll save to the subform/table. But the issue is a user decides to only complete two text boxes, on purpose, and leaves the others empty, hits save button, a "Debug" message appears because obviously all the fields are not complete.
Besides the DeBug Message box opening up, which i would like to disable for users not to see the VBA code or change anything, is there a possible method for Ms access to display a message on the screen saying "Enter All Fields in Form" besides the DeBug message opening?
Conducting a dummy user test for this cilent project. I am assuming i would have to individually go into each text box and make a change or some VBA code in the background to disable the MS Access Debug Message.
Thanks!
Besides the DeBug Message box opening up, which i would like to disable for users not to see the VBA code or change anything, is there a possible method for Ms access to display a message on the screen saying "Enter All Fields in Form" besides the DeBug message opening?
Conducting a dummy user test for this cilent project. I am assuming i would have to individually go into each text box and make a change or some VBA code in the background to disable the MS Access Debug Message.
Thanks!