Hello,
I have a form that save data to three tables, lets say: "table1", "table2", "table3" in database. Every record in every table has fields named "uid" and "verified". I am able to update a record only in "table1", but when I want to do it in two others, it doesn't work. What is more, when I change a table in DB Read and DB save to "table2" or "table3", data is updated in "table1" anyway. Why?
Thank you for help in advance.
I have a form that save data to three tables, lets say: "table1", "table2", "table3" in database. Every record in every table has fields named "uid" and "verified". I am able to update a record only in "table1", but when I want to do it in two others, it doesn't work. What is more, when I change a table in DB Read and DB save to "table2" or "table3", data is updated in "table1" anyway. Why?
Thank you for help in advance.