How about: SELECT l.id, l.description, l.build_date, l.edit_date, l.admin_user, COUNT(*) AS userCount FROM mailroomLeadList ll, customer c, mailroomLead l WHERE l.id = ll.id AND ll.customerid = c.id AND c.mail_list <> 0 GROUP BY l.id, l.description, l.build_date, l.edit_date, l.admin_user, ORDER BY description DESC
Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

