average price

R

Rpettis31

I am importing a table and I am trying to query the average price for an
item, the issue is the items have been sold to a variety of customers and at
various prices.
I am trying to get a list of items and the average price and I am not sure
how I would go about doing this.
 
K

Ken Snell [MVP]

You want a totals query that is grouped on item and that gives the average
of the price field.

The query wizard will help you set this up. Post back if you have questions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top