Davg Question!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to use DAVg but am not sure how to use it. I have a 2 fields in my
table FieldA and FieldB so what I would want is
get the average of (FieldA/FieldB)/100 How will this work?
 
JOM said:
I want to use DAVg but am not sure how to use it. I have a 2 fields
in my table FieldA and FieldB so what I would want is
get the average of (FieldA/FieldB)/100 How will this work?

So you want the average of that expression? You should be able to write

DAvg("(FieldA/FieldB)/100", "YourTableName")
 

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

Similar Threads


Back
Top