R
REGREGL
Hey all,
I have a table containing, lets say one hundred sales leads. Each of these
leads has a listing category. I want to count the number of sales leads for
each listing category in the table. There are more than a hundred listing
categories available. So if a listing category currently has no sales leads,
I want that listing categry to show 0 leads. There is also a master listing
category table to cross reference this to if necessary.
So, I want to be able to generate a report which shows:
Accounting/Bookkeeping: 3
Firearms/Gun Sales: 2
Book Stores: 4
Copier/Printing Services: 0
etc....
any ideas?
I have a table containing, lets say one hundred sales leads. Each of these
leads has a listing category. I want to count the number of sales leads for
each listing category in the table. There are more than a hundred listing
categories available. So if a listing category currently has no sales leads,
I want that listing categry to show 0 leads. There is also a master listing
category table to cross reference this to if necessary.
So, I want to be able to generate a report which shows:
Accounting/Bookkeeping: 3
Firearms/Gun Sales: 2
Book Stores: 4
Copier/Printing Services: 0
etc....
any ideas?