I have a problem I'm using a form to append to the records of data in my table. It keeps overwriting the current data in my table. I've got a RecordId field that is autonumbered and set to not have copies. So my problem is when I open up the form. It selects all the bound fields from the current data and updates them with the new data that has been input. Instead of making a new record. I'm not sure how to go about it. If anyone has some suggestions it would be very much appreciated.
Thanks!
Thanks!