I have a subform with an editable field which has a default value of zero. I want to force a non zero entry in this field with message box dialog generated by the form's Before Update event. How do I force a form update when no data has changed in the form. I have experimented with the dirty method in various form events but without success. If my editable field is left unchanged my cursor just loops around all the fields without stopping.