You could take my solution and add "Owner" as the third record.
Then make sure the OWNER field is in qselSubSystems.
Change the SQL of the crosstab to:
TRANSFORM Min(Switch([CrosstabHeading]="Start Date",[STARTING_DATE],[CrosstabHeading]="End Date",[ENDING_DATE],1,[OWNER])) AS Expr2
SELECT...