M
Malcolm Miles
This would appear to be simple but as a novice Access user I would like
help generating a subtotal query.
I have a table of customers, products purchased and cost:
customer1 product1 price
customer1 product2 price
customer1 product2 price
customer2 product1 price
customer2 product3 price
I would like to generate a query that produces a total cost per customer
for all products purchased:
customer1 totalprice
customer2 totalprice
I would greatly appreciate it if someone could help with constructing such
a query.
help generating a subtotal query.
I have a table of customers, products purchased and cost:
customer1 product1 price
customer1 product2 price
customer1 product2 price
customer2 product1 price
customer2 product3 price
I would like to generate a query that produces a total cost per customer
for all products purchased:
customer1 totalprice
customer2 totalprice
I would greatly appreciate it if someone could help with constructing such
a query.