beh... per la somma basta che togli il group by
codice:
Query = " SELECT SUM(BT) AS Totale " 
Query = Query & " FROM " 
Query = Query & " tabella_1 " 
Query = Query & " INNER JOIN " 
Query = Query & " tabella_2 ON " 
Query = Query & " tabella_2.COD_2 = tabella_1.COD_1 "