Sorry, I got excited
Basically, all you need to do is a the userid that the user logs in as to your tasks table as a field. You could then base a query on that field with a where clause to sort only those where the userid is attached to.
EG.
TblTasks
Task_ID
Task_Name
Task_Date_Due
User_ID