How do I generate msgbox to tell the user that he cannot save the records on the form as there are null entities (meaning he has not filled in all the fields in the form)?
And how do I generate another msgbox to ask the user whether he wants to save the records, provided all the fields are not null?
I'm able to check for null entries in form but doesn't know how to write the code to save/not save the records in the form on close.
And how do I generate another msgbox to ask the user whether he wants to save the records, provided all the fields are not null?
I'm able to check for null entries in form but doesn't know how to write the code to save/not save the records in the form on close.