I have an Access DB for our non-profit Children's Home (we give kids that are having problems a home and help them graduate from HS) that keeps track of contributors and contributions. I have created a query that asks user for date input (start and end date) and will give a list of all contributions and contributor information that were made between that date range.
However, I now need to be able to COMPARE this information for TWO different date ranges and put it into a report.
I can't seem to figure out how to do this. I've tried to make two separate queries and join them but it never asks for the 2nd date range in anything I've tried.
I need to get this information for a grant that we have applied for and they want to see contributor information from last year and part of this year for each contributor so that we can show which ones gave MORE this period and they will then match that number for the amount of the grant - so this is huge for us.
ANY information on this would be helpful. I don't even know where to start on this one. Thank you!
However, I now need to be able to COMPARE this information for TWO different date ranges and put it into a report.
I can't seem to figure out how to do this. I've tried to make two separate queries and join them but it never asks for the 2nd date range in anything I've tried.
I need to get this information for a grant that we have applied for and they want to see contributor information from last year and part of this year for each contributor so that we can show which ones gave MORE this period and they will then match that number for the amount of the grant - so this is huge for us.
ANY information on this would be helpful. I don't even know where to start on this one. Thank you!
Comment