P
Pam
I have 2 tables ... a table with contributor information (name, address,
etc.) called tblContributorInfo. A second table is linked to the first and
is the table that holds all the contribution information (Contributor ID,
date of contribution, amount, etc).
I want to create a report that will send a letter out to ALL contributors
monthly, but only add a line about their contribution if they indeed made one
that month. So, I am able to write the query that gives me all contributors
and their info OR I am able to write a query that asks for user input on
Month and Year and I can get all the info about the contributor and their
contribution for that month. But I can't seem to figure out how to do BOTH
in the same query.
For example, for December 2008, I would like the query to return ALL
contriubutors and their addresses, and in the column for contribution amount,
put a zero (or nothing) for those that didn't make a contribution ... and put
the amount of the December contribution if they did. Then, I can write the
report and ask it to suppress the line thanking them for their contribution
if the amount is 0.
Is there any way to do this?
Thanks!
etc.) called tblContributorInfo. A second table is linked to the first and
is the table that holds all the contribution information (Contributor ID,
date of contribution, amount, etc).
I want to create a report that will send a letter out to ALL contributors
monthly, but only add a line about their contribution if they indeed made one
that month. So, I am able to write the query that gives me all contributors
and their info OR I am able to write a query that asks for user input on
Month and Year and I can get all the info about the contributor and their
contribution for that month. But I can't seem to figure out how to do BOTH
in the same query.
For example, for December 2008, I would like the query to return ALL
contriubutors and their addresses, and in the column for contribution amount,
put a zero (or nothing) for those that didn't make a contribution ... and put
the amount of the December contribution if they did. Then, I can write the
report and ask it to suppress the line thanking them for their contribution
if the amount is 0.
Is there any way to do this?
Thanks!