I have a work order form with 3 embedded subforms. Each of the subforms contains one or more items with its price, and a total price for all subform items. There is a calculated control on the main form that adds together the price totals from each subform. Users can add, change, or delete the quantity of each item on the subforms and the calculated control will automatically update.
What I would like to do is have the value of the calculated control copied into a "Total Price" field on the main form whenever the user makes a change to one of the subforms. However I cannot find the combination of Events to push the new total into the "Total Price" field. The After Update event does not work because the subform totals appear to recalculate only after the event fires.
Any advice is greatly appreciated!
Eric
What I would like to do is have the value of the calculated control copied into a "Total Price" field on the main form whenever the user makes a change to one of the subforms. However I cannot find the combination of Events to push the new total into the "Total Price" field. The After Update event does not work because the subform totals appear to recalculate only after the event fires.
Any advice is greatly appreciated!
Eric