I have one list to store information about people, and another list storing a list of tasks each person should achieve. I'm trying to create a SharePoint view which allows users to enter/modify people, and also tick off the tasks that person has achieved - each row will list the columns from the "people", list, followed columns containing a checkbox for each task row in the "tasks" list.
We are using a hosted instance of SharePoint 2010 Foundation edition. Am from an ASP.net/C# background and have just got started on SharePoint 2010 within the past week, so don't mind getting stuck into SharePoint Designer or Visual Studio to create a custom Web Part if I have to :)
Thanks in advance for any advice given.
Chris
