J
JLF
I've been scouring these ng's for days trying to find something that would
help me with this.
I have a database which tracks peoples' membership for a non-profit
organization.
I have fields for Date Joined, Date Renewed, Date of Donation (if the
member has made any charitable donations to the organization.)
I;m trying to create a report which shows the the totals by month of
# new members (ie date joined is within the month)
# renewals (date renewed is within the month)
# donations (donation Date is within the month)
I was able to create 3 separate queries, which sortof get the data, but they
only work if the date exists. (for instance, if there was no renewal in
October 03, the report/query would just skip October 03, rather than show a
zero value.
Any thoughts on how to do this?
Thanks
help me with this.
I have a database which tracks peoples' membership for a non-profit
organization.
I have fields for Date Joined, Date Renewed, Date of Donation (if the
member has made any charitable donations to the organization.)
I;m trying to create a report which shows the the totals by month of
# new members (ie date joined is within the month)
# renewals (date renewed is within the month)
# donations (donation Date is within the month)
I was able to create 3 separate queries, which sortof get the data, but they
only work if the date exists. (for instance, if there was no renewal in
October 03, the report/query would just skip October 03, rather than show a
zero value.
Any thoughts on how to do this?
Thanks