Hi i got this use case
the header example Reference no. if i update that and press Update purchase order button it should run query#1 (the one that edits info in header)
if i update the other fields like item name or add/edit it should use another query to update another table.
so basically i got one table for header and another for details, whats the best approach to achieve this?
thank you
Hey @agaitan026 
So you have 2 tables and need to update both at the same time? Or only sometimes? Or only 1?
Sorry, Iām a bit confused 
1 Like
Yes I got two tables, so a few fields go to table 1 and others to table 2
They should be both updated when I press Update button
This definitely seems possible with 2 queries, 1 for each table! Do you currently have your update queries drafted?
1 Like