You are better off changing the data mode when you open the form. Look up the OpenForm method and its arguments. Using this technique, you can use the same form for edit and add. If you never want to edit with the form, just change its DataEntry property to Yes. That way you won't need any code. The form will always open to an empty record.