I have a model app that is using a sub-grid to perform an Order Header/Order Detail type entry format
So the header (Order) is the primary form
Sub-Grid (Order Detail) is placed on a tab on the form
I am updating the sub-grid (detail records) and would like a value on the main (Header) table to be updated then the form refresh to show this value. Think grand total of detail lines entered.
I have tried using a flow to update the header record (Total) which works, but the main form is not refreshed.
Is there a way to update the main screen when the sub-grid is changed?