G
Guest
I have a simple table with one record (one row) like this:
MyValue | MyBool
123 | True
The columns MyValue and MyBool are linked to a form, in which i want to
change them. The problem is: When I run the form and check MyBool, then it
appends a new row to my table. How can I tell it to update the existing row
instead?
MyValue | MyBool
123 | True
The columns MyValue and MyBool are linked to a form, in which i want to
change them. The problem is: When I run the form and check MyBool, then it
appends a new row to my table. How can I tell it to update the existing row
instead?