I have a form in my database with 12 data input boxes. The user inputs the forms and then they press a "Save" button and it saves it as a new record in a table. I would like to implement a check though of sorts where when the user presses "Save" it checks to make sure all fields are filled in before actually saving. If there are missing fields I would like to have a message box pop up confirming that they want to save with missing fields. If they select "Ok" it would save the record with missing otherwise if they selected "Cancel" it would exit the sub and cancel the macro. I have tried different series of If Statements but I am not having any luck. Is there a good way to implement this sort of check?
Thanks.
Thanks.