I have a data entry form with multiple fields. I have made a macro in the form Before Update (if/else if) to give a message if data for a field is left blank. That works great.
Now the problem. If a field is left blank and a message box appears, the user presses the OK button for the message box. All the fields in the form then go blank as if the form refreshes. I would like the fields to retain the data that was already entered for that record and the cursor to go to the blank field or, in the case of multiple blank fields, go to the first blank field.
Thanks in advance for the help!!