Can someone explain to me what this mean and how do correct the query?
"You tried to execute a query that does not include the specified expression "Barcode Assignment" as part of the aggregate function"
SELECT Test2.Barcode_Assignment, Format((Sum([ Test2]![SumOfTotal_Time])-Int(Sum([Test2]![SumOfTotal_Time]))),"hh:nn:ss") AS New
FROM Test2;
"You tried to execute a query that does not include the specified expression "Barcode Assignment" as part of the aggregate function"
SELECT Test2.Barcode_Assignment, Format((Sum([ Test2]![SumOfTotal_Time])-Int(Sum([Test2]![SumOfTotal_Time]))),"hh:nn:ss") AS New
FROM Test2;