Hey,
Trying to work through this and am getting hung up on the fact that it says the columns don't exist:
SELECT'ACCT' as Acct, 'PROJECT' as Project, 'TASK' as Task, 'SUBACCT' as SubAcct, 'TOTAL' as Total, 'DESC' as [Desc], 'SCR' as SCR
UNION
SELECTAcct, Project, Task, SubAcct...