This week my users have asked why the behaviour of the forms in my apps has changed. When they submit a form, my code ends with a ResetForm(frmName) statement. The effect of this was to clear the form of data, which was a visual confirmation to the user that the form changes had been saved. The behaviour now seems to have changed so that the updated data remains in the form, and this is confusing my users who are not sure if their changes have been saved.
Has something changed in the behaviour of ResetForm() or in some related function to cause this?