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