I have a fundraising event where a donor pledges a sponsorship $ amount but doesn’t pay all at once. I set up a Continuous subForm to track different amounts paid towards that pledge along with the date the payment was received.
In the subForm footer I have an unbound text box that totals all the amounts paid. I need to get this figure into a field on the Main Form.
Something like this:
Main Form [TotalAmountsReceived] = [TotalAmountsPaid] ‘this is the unbound text box in the subform footer.
If I could get the syntax right I would write this into an event procedure, like when the subForm record is updated and/or when the Main Form is Closed.
I am not sure if this can even be done, that is - populate a field on the Main Form with a Text Box sum in the footer of the subForm. If anyone has any suggestions it would be greatly appreciated.
In the subForm footer I have an unbound text box that totals all the amounts paid. I need to get this figure into a field on the Main Form.
Something like this:
Main Form [TotalAmountsReceived] = [TotalAmountsPaid] ‘this is the unbound text box in the subform footer.
If I could get the syntax right I would write this into an event procedure, like when the subForm record is updated and/or when the Main Form is Closed.
I am not sure if this can even be done, that is - populate a field on the Main Form with a Text Box sum in the footer of the subForm. If anyone has any suggestions it would be greatly appreciated.