I'm sure there is a more proper way to do this, but this should work as a temporary solution.
Create an expression in the query "Combine" which combines TaskSource and InsertBeforeTask. Then use that expression to filter your results.
SELECT tblTask.TaskNo, tblTask.TaskSource...