G
Guest
I am working on a database for sales leads. I have two tables which hold
dfferent type leads (Dealers & Homeowners), I already have several queries
set for each to select leads for each territory by state and to count leads
for each of our sales territories. What I need to be able to do is add these
Count functions together to get total leads for each territor. See below
These are seperate queries
qry dealer lead terr 1: count(*)
qry home lead terr 1: Count(*)
I need to add the count totals to get a sum for the territory for a report.
Any direction would be a great help. Actually there are a total of 4 tables
which holds leads for each territory I will be quering from but I only
included these 2 to simplify.
I need to do this for 22 Sales Territories any direction of how to
accomplish would be a great help.
dfferent type leads (Dealers & Homeowners), I already have several queries
set for each to select leads for each territory by state and to count leads
for each of our sales territories. What I need to be able to do is add these
Count functions together to get total leads for each territor. See below
These are seperate queries
qry dealer lead terr 1: count(*)
qry home lead terr 1: Count(*)
I need to add the count totals to get a sum for the territory for a report.
Any direction would be a great help. Actually there are a total of 4 tables
which holds leads for each territory I will be quering from but I only
included these 2 to simplify.
I need to do this for 22 Sales Territories any direction of how to
accomplish would be a great help.