In my project, I have a form which contains a repetitive subform. The subform is very simple, it contains a date and a quantity(number). My problem is, I need to try to find some way to sum the quantities of the subforms, and have it on the main form.
The form is used in editing the quantities, and the sum is really to tell the user how close they are to the total they need to match. My boss also wanted to see if I could do it in real time, ie. once a user enters the number, the total is automatically updated.
I have not been able to figure out how to find the sum, and I have no clue on how to do the real time thing or if it can be done. Any help on this would be greatly appreciated. Thank you,
Brian
The form is used in editing the quantities, and the sum is really to tell the user how close they are to the total they need to match. My boss also wanted to see if I could do it in real time, ie. once a user enters the number, the total is automatically updated.
I have not been able to figure out how to find the sum, and I have no clue on how to do the real time thing or if it can be done. Any help on this would be greatly appreciated. Thank you,
Brian