You can create a query and reference your table twice link them and place the right filter.
Something like:
SELECT YourTableName.Account, YourTableName.Process, YourTableName.TasK, YourTableName_NonSweep.Account, YourTableName_NonSweep.Process, YourTableName_NonSweep.TasK
FROM YourTableName...