I have the following tables...
Tasks
People
tasks_people
... and I want to get a list of tasks, with a count of people assigned to them. Note that a person can be assigned to a task more than once (on different dates). For some reason I dont seem to be able to manage it.
Thanks for any help!