Thanks for the reply. I have found another way to do what I needed, though. The SQL that wouldn't open was
WITH Stations AS (SELECT contents as station, type as sector, type2 as region, side as address, side2 as city, side3 as state, side4 as zip FROM dropdown WHERE category='Station') SELECT...