Don't use SQL. The form will take care of the update. Validate in the form's Before Update event and then let it do its thing if it passes or use a Cancel = True if it fails. Or else you will have to make sure that the form has saved before running the SQL.