Mike Krailo
Well-known member
- Local time
- Today, 16:46
- Joined
- Mar 28, 2020
- Messages
- 1,681
That's not an issue, it's a feature of the before update event to ensure that all three controls are filled out before each record gets saved. Usually it's for text fields that are required, but you have a very unusual form of verification. Your users may not like getting prompted to to tick a check box and be very annoyed with the idea, and I would too because it does not make sense to force a user to fill out all three of them because common sense tells users, why am I forced to click passed and put a passed date in If they haven't completed the course yet? You might want to explain to us all in what universe it makes sense to force a user to always select a boolean value or not select it if that's what you meant by verifying it. Please show us exactly what verified looks like.Wouldn't this have the same issue i.e., if the user moved on to new record without having filled all three controls, they'd get an error message?
With that said, a user can always cancel the entire entry of data on a new record by hitting the escape key. You can put that reminder in the msgbox that pops up to help users remember that fact. Of course this means anything they entered is erased, but now they are not trapped into the task of putting data into all three controls.
By the way, you can use the example form I provided and it will work exactly as I just described.