Okay,
I did manage to get the following to work. Is there a way to write it so that when the recordset comes up, it doesn't list two site colums though?
Select * from (Select schools.site, schools.area,
schcat, schoolName, sum(d_tot_meals) as 'total meals'
From schools, tbl_scanned_sales...