I have created a form to enter new records into a table, however the form does not add only one new record. the form is doubling the amount of current records every time. An example of this would be if I had 10 records in my existing table, I would enter the one record in the form, but I get a notification that I am going to append 10 records. When I click yes, I have ten new records, creating a total of 20. What can I change to get only one new record each time?