Avoid Moving Through records

Hi, I’m Elisa. I wrote this code in the OnQueryCloseForm trigger : IF NOT Conditions THEN EXIT FALSE; This avoids the user from closing the form unless the conditions aren’t satisfied, for example if some fields are to be filled in. Is there a way to obtain the same behavior when the user tries to move from one record to another ? That’s to say in the NextRecord and FindRecord triggers ? Thank you. Elisa.

Please search the forum for Mandatory Fields. You will find a few solutions for your problem.