M
Matt Edwards
I'm trying to create a query that returns the contact info
for uncollected pledges. I want to track uncollected
pledges using a "pledge" subtable and a "donation"
subtable.
It seems like the easiest way to create the query would be
to display ContactID (the primary key), based on criteria
saying
(pledge <> " ") AND (donation = " ")
That just pulls up a whole lot of nothing.
Other times I try listing the fields, "pledge"
and "donation," where "donation = " " ". But instead of
pulling up all the donors for whom the donation is blank,
it pulls up all the donors who have donated (ie, the
COLLECTED pledges).
Any ideas?
-ME
for uncollected pledges. I want to track uncollected
pledges using a "pledge" subtable and a "donation"
subtable.
It seems like the easiest way to create the query would be
to display ContactID (the primary key), based on criteria
saying
(pledge <> " ") AND (donation = " ")
That just pulls up a whole lot of nothing.
Other times I try listing the fields, "pledge"
and "donation," where "donation = " " ". But instead of
pulling up all the donors for whom the donation is blank,
it pulls up all the donors who have donated (ie, the
COLLECTED pledges).
Any ideas?
-ME