Is there a way to update two tables using Editor
Is there a way to update two tables using Editor
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
Are the table's
leftJoin
ed? If so then yes it is possible using the provided PHP and .NET libraries. The key thing you need to do is include the joined table's primary key value in the Editor form (you would do so using ahidden
field). That allows the libraries to make the link between the tables.Allan