MinnisotaFreezing
Programmer
SELECT PurchaseOrder.DynacomPurchaseOrder, Sum(PurchaseOrder.Item1UnitCost) AS Expr1
FROM PurchaseOrder
WHERE (((PurchaseOrder.DynacomPurchaseOrder)>7210));
I'm writing this in Access and I get the error
You tried to execute a query that does not include the specified expression DynacomPurchaseOrder as partof an aggregate function
FROM PurchaseOrder
WHERE (((PurchaseOrder.DynacomPurchaseOrder)>7210));
I'm writing this in Access and I get the error
You tried to execute a query that does not include the specified expression DynacomPurchaseOrder as partof an aggregate function