D
Dave Eliot
On a payments form I have (currency) fields for different payments, ie
Membership, Pins, Contributions, etc. As I enter the amounts in each field
the Total Payment field automatically updates. It works just fine as I enter
the individual amounts -- I can see the correct total change on the form;
however, the total does not get saved when I close the form. In the table
view I can see the individual amounts, but the total is empty.
Here's what I have for the Data Control Source for TotalAmount:
=[MembershipAmount]+[DecalAmount]+[PinAmount]+[ColectaAmount]
What must I do to save the total?
Thanks in advance for any help. I appreciate it.
Membership, Pins, Contributions, etc. As I enter the amounts in each field
the Total Payment field automatically updates. It works just fine as I enter
the individual amounts -- I can see the correct total change on the form;
however, the total does not get saved when I close the form. In the table
view I can see the individual amounts, but the total is empty.
Here's what I have for the Data Control Source for TotalAmount:
=[MembershipAmount]+[DecalAmount]+[PinAmount]+[ColectaAmount]
What must I do to save the total?
Thanks in advance for any help. I appreciate it.