I have a form and I want to update an existing record if onc exists or add a new record if the primary key doesn't exist. Currently when I save the form, it tries to add a new record and gives me a primary constraint violation on the primary key instead of updating the existing record. I have the table set up as indexed Yes no duplicates.
How can I update a new record instead of add a new record?
Thanks,
-Russ
How can I update a new record instead of add a new record?
Thanks,
-Russ