I am working on a database that includes invoices. I have been able to structure the database but now I am working on the front end. I have an edit button that displays a popup that contains the information from the invoice along with a repeating group that displays all the line items on the invoice. So far, so good.
I would like to be able to update the invoice on this page. I am trying to update the record with the updated information that the user changes on this repeating group. Is that possible? See below:
What if I only want it to save if the user clicks on Update Invoice? I tried your suggestion and it works, but I am afraid that users may not realize that they have already changed the item unless they click on the button that says it’s been updated.