Hi,
Again I am confused. I had a form that I am adding a record to the database. On form Load I am moving to the end of the database and adding a new record. It was working correctly but was not behaving the way I wanted it to because if you quit the form without completing it it would save the record. I did not want this to happen. So of course I tried different things. I unbound the form and tried thru SQL to insert the information from the form into the database. Again I was having issues did some research and decided I wanted to bind the form again.
I have bound the form again (i think) by changing the record source to my table.
But now it will not add to my table. When I use a save or add button it will not append. I have fooled around with several settings but to no avail. I did go to the table and am able to add a record directly to the table.
I also have a maintenance form that functions correctly with update/add/delete records. I tried to see if all my settings were the same and they are. But does not seem to be working. I tried creating a new form from the table, cut and pasted my fields from one form to the other and still is not working. Not sure why unbinding the form and then rebinding it would cause this problem.
Any insight?
Thanks,