mmm sin entender que hace tiro esto...
Y ojo que tenes algunas condiciones redundantes
Código:
select (SELECT sum(cub) as parolaccia
FROM costos_maxirest
WHERE local <= 4
AND month(fecha) = " & month(date()) &"
AND year(fecha) = " & year(date()) &"
or local >= 7),
(SELECT sum(cub) as bistecca
FROM costos_maxirest
WHERE local = 5
AND month(fecha) = " & month(date()) &"
AND year(fecha) = " & year(date()) &"
or local = 6) ,
(SELECT sum(cub) as total
FROM costos_maxirest
WHERE month(fecha) = " & month(date()) &"
AND year(fecha) = " & year(date()) &"") ,
(SELECT MAX(fecha) as fecha2
FROM costos_maxirest
WHERE month(fecha) = " & month(date()) &"
AND year(fecha) = " & year(date()) &"")
pruébalo así, espero que sirva.
saludos