Hello-
Please forgive me- I know next to nothing about access.
I have a donations database where I track each Donor and donation and campaign for record keeping and analysis. I have created separate tables for each.
In the Campaign Table, I have the fields:
-Campaign ID
-Campaign Name
-Start date
-end date
-fundraising goal
-total raised to date
And in the Donations Table, I have the fields:
-Donation ID
-Donor
-Donations Total
-Campaign
-Payment method
I would like the "Total Raised to Date" Field in the "Campaign" table to calculate all of the donations from the "Donations" Table that fall into a particular campaign ID.
How should I go about doing this? THANK YOU.
Please forgive me- I know next to nothing about access.
I have a donations database where I track each Donor and donation and campaign for record keeping and analysis. I have created separate tables for each.
In the Campaign Table, I have the fields:
-Campaign ID
-Campaign Name
-Start date
-end date
-fundraising goal
-total raised to date
And in the Donations Table, I have the fields:
-Donation ID
-Donor
-Donations Total
-Campaign
-Payment method
I would like the "Total Raised to Date" Field in the "Campaign" table to calculate all of the donations from the "Donations" Table that fall into a particular campaign ID.
How should I go about doing this? THANK YOU.