M
marywoody
I'm pretty much a newbie and self taught so I get me in messes all the
time. Right now, I am in desperate need of a query/report that will
return zeros when there are no records. I'm combining two tables into
one query. The first contains a list of sales campaigns. The second a
list of leads. I'm building a query that tells me how many leads have
been generated by each campaign. Currently am using the Count function.
Works fine on those campaigns that have leads, but I also need to know
which campaigns don't have leads. I'm willing to try both the DCount
function and the NZ function, but I'm enough of a novice that I don't
know what to put where? Can somebody paint me a picture?
time. Right now, I am in desperate need of a query/report that will
return zeros when there are no records. I'm combining two tables into
one query. The first contains a list of sales campaigns. The second a
list of leads. I'm building a query that tells me how many leads have
been generated by each campaign. Currently am using the Count function.
Works fine on those campaigns that have leads, but I also need to know
which campaigns don't have leads. I'm willing to try both the DCount
function and the NZ function, but I'm enough of a novice that I don't
know what to put where? Can somebody paint me a picture?