I have a master form with a detail grid.
On the master form I have a field for Invoice Total (inv_tot)
in the detail grid I have a custom button that allows me to select the line items I would like to remove from the invoice.
The only issue I have it how do I update the inv_tot field on the master form to reflect the changes in the invoice total
Reload? Refresh? Not sure how to accomplish this