Hoping for some help. I have a form setup that require some fields to be entered. I have written some code that does not allow the user to exit the database unless the fields are filled in and unfortunately the code conflicts with setting the field to "Required" in the table.
What I'm trying to do is not allow an operator to change records until the current record is complete or deleted. I have disabled the record navigation buttons but you the operator can still do a search or use the scrolling mouse to change records without these "required fields" being entered. Anyone have an idea of how to prevent this from happening? Something like an event when the record losses focus the code will verify the fields are not null, if they are null then display a message.
Thanks, shart00
What I'm trying to do is not allow an operator to change records until the current record is complete or deleted. I have disabled the record navigation buttons but you the operator can still do a search or use the scrolling mouse to change records without these "required fields" being entered. Anyone have an idea of how to prevent this from happening? Something like an event when the record losses focus the code will verify the fields are not null, if they are null then display a message.
Thanks, shart00