Certain fields in my form are required before a record can be saved. I have a "save record" button and a "quit form" button. When the form is quit before a record is saved, all data entered into the form are lost.
This resulted in people entering data that were never saved, because they are used to other databases where a record are saved even if they quit.
Is there a way I can prompt them with a "Do you want to save this record?" message when the form is being quit? (All required fields should still be entered before it can be saved.)
Thanks ahead.
This resulted in people entering data that were never saved, because they are used to other databases where a record are saved even if they quit.
Is there a way I can prompt them with a "Do you want to save this record?" message when the form is being quit? (All required fields should still be entered before it can be saved.)
Thanks ahead.