gol4- This is what it said, I thought I got rid fot that error but then it wouldn't allow to open the query because of the same problem
SELECT Customers.[Serial#], Transactions.Name, Sum([Payment]) AS sumpayments, Sum([Transaction]) AS sumtransactions
FROM Customers INNER JOIN Transactions ON...