I have 2 table one is for tasks with fields (id,task_id,userid,checked) and employee with fields (userid, fullname)
the join is task.userid = employee.userid
If I am creating a form with bound fields from the query and I would like to click on the checked field to change it , it wouldn't allow...