Average

N

NTXCoog

Using Access97, is there an easy way to average multiple fields in the same record. For example, if I have fields D1, D2, D3, D4, & Average. I want to do an update query that will put the average of D1-D4 into Average

Thanks!
 
J

John Parkinson

Create a query that includes all of the fields you wat to
average.

Create an expression that will total and the average your
selected fields.

Expr1: AVG([D1]+[D2]+[D3])

John Parkinson
-----Original Message-----
Using Access97, is there an easy way to average multiple
fields in the same record. For example, if I have fields
D1, D2, D3, D4, & Average. I want to do an update query
that will put the average of D1-D4 into Average
 

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