Hi!
There are subforms where I only have one record, and based on the entry of the user I would like to set the status of the main form. That can only happen if the record is saved while the user has focus of the current record. How can I make sure that the user saves the record before moving on?
Before Update cannot happen, only if the user moves on to the next record, which in our case is not possible because AllowAdditions = False. So then only if the user will click in the main form, what will force the user to do that?
There are subforms where I only have one record, and based on the entry of the user I would like to set the status of the main form. That can only happen if the record is saved while the user has focus of the current record. How can I make sure that the user saves the record before moving on?
Before Update cannot happen, only if the user moves on to the next record, which in our case is not possible because AllowAdditions = False. So then only if the user will click in the main form, what will force the user to do that?