Hello all. I once again have a SQL statement problem.
What Im wanting to do is SUM up the Quantity and price.
The SQL statement below does this just fine.
SELECT ScripSaleCart.CartID, ScripSaleProductMaster.Description, ScripSaleCart.Quantity, ScripSaleProductMaster.Price...