Client wants to add a running YTD total box on the current form that I built for them.
Right now the form takes the # boxes/bin and multiplies it by the lbs/box and gives a subtotal with Javascript.
Once the employee inputs all the information for the day, I have Javascript that takes all the subtotals and outputs a Daily total.
Now, the client wants a field that shows the YTD total on the form.
How should I go about doing this?