I have a quote form that facilitates the selection of multiple products. There is a main form (QuoteNew) and a subform (QuoteDetails).
When product(s) are chosen and the total price (txtTotalPrice) is made, there is a textbox in the footer of the subform that caluclates the cumulative total of txtTotalPrice via a Sum function.
I need this Sum (txtSum) to appear in txtQuoteSubtotal and for it to store as the subtotal in the quote table. I have been able to make txtSum appear in the txtQuoteSubtotal textbox but it wont save.
Do i need to do an after update in txtSum? If so, what is the code?
Thanks in advance![]()