Looking for a message box that informs the user that all fields must have data entered before they exit or save to the Database table.
Also, when the user starts typing in any field the system automatically generates a new ID in the table. How can I keep this from happening until the user has completed all fields and a save button was pressed?
A yes / no box should also appear asking the user if they would like to save prior to exiting the form or closing the DB. (Yes saves the data, No sends the user to Main form and nothing was saved to table.)