Hi Jacque, Thanks for the response :) This is the update handler in the stack: on updateTask pTaskID, pTitle, pDescription, pCompleted ## Build the SQL update statement ## Execute it put "UPDATE tasks SET " into tSQL if pTitle <> empty then put "title='" & pTitle & "'," after tSQL if pDescription <>...