I have been using nuBuilder Forte (4.5) for a while now and I am really enjoying the program and the progress I am making. However, at this point I am struggling with something and I am wondering if some of you here could help me out, thanks a lot in advance!
Current situation
I have a table called 'order' that contains a column 'order_amountpaid', which stores the amount actually paid for each order.
Currently, to update this field, I have to:
1) Open the Browse & Edit form for each individual record.
2) Manually enter the amount in order_amountpaid.
3) Save the changes.
However, I often need to update multiple orders at once, as payments for many appointments are entered retrospectively. Updating each record one by one is inefficient and time consuming.
Question
Is there a way in NuBuilder to update multiple records within the same form, similar to a subform or inline editing grid that displays the same data as the Browse form but allows direct editing of multiple values at once?
I'm essentially looking for a way to:
1) View multiple 'orders' in a list format.
2) Edit the 'order_amountpaid' value for these multiple orders without opening each order individually.
3) Save all changes in one action.
Would this require custom JavaScript, SQL updates, or a different form setup in NuBuilder? Any guidance or best practices would be greatly appreciated!
Thanks in advance again!