November 15, 200124 yr Newbies I have two related tables. The Master table contains contact information, the Donation table contains $ donation information, including the date the donation was received. Can I/how do I create a calculated field in the Master table which calculates the year to date amount of the donations?
November 16, 200124 yr You need a relationship which isolates the records to be summed. After you create this, define a calculation field: RelatedTotal (calculation, number) = Sum(Relationship::Amount) -bd
Create an account or sign in to comment