I'm trying to create a database to keep track of donations. I have 2 tables. One that has all the person information plus the Amt. pledge, Amt. Paid, and Amt. Remaining. The other table had Date and Pledge Amt. Paid.
What I'm trying to do is get the sum from Pledge Amt. Paid in table 2, to populate the Amt. Paid field in table 1.
I've tried using the expresson builder under the Amt. Paid field, I've done =Sum(Table2![Amount Paid]) and that returns an error.
I've also created a query that sums the field for me, but when I try to put the expression into the control source it returns a error for me as well.
I'm just wondering it this is a simple case of me messing up something in the syntax of the expression. Or can this not even be done in Access? My feeling is that its the former.
Any help would be greatly appreciated.
What I'm trying to do is get the sum from Pledge Amt. Paid in table 2, to populate the Amt. Paid field in table 1.
I've tried using the expresson builder under the Amt. Paid field, I've done =Sum(Table2![Amount Paid]) and that returns an error.
I've also created a query that sums the field for me, but when I try to put the expression into the control source it returns a error for me as well.
I'm just wondering it this is a simple case of me messing up something in the syntax of the expression. Or can this not even be done in Access? My feeling is that its the former.
Any help would be greatly appreciated.
Comment