bengiomanni
Registered User.
- Local time
- Today, 07:18
- Joined
- Mar 14, 2013
- Messages
- 25
I have a query with 4 fields - Account #, FiscalYear, GiftReceivedDt, and Total. This is a list of donations that people have given to the college where I work. Each row has the account # of the giver, the fiscal year in which it was given, the exact date it was entered, and the amount given. I need to know on which date the giver's total donations = $1000 for each fiscal year. Then I want to store this data somewhere - not sure where yet; for now I would be happy to just have it stored in a separate query with the account # and fiscal year. Then I could combine that query with something else as needed.
I am pretty new to VBA. I think I need to use some kind of loop statement with a recordset, but I am having a hard time getting started with this one. Any help would be greatly appreciated!
I am pretty new to VBA. I think I need to use some kind of loop statement with a recordset, but I am having a hard time getting started with this one. Any help would be greatly appreciated!