Scorez2000
Programmer
This is probably easy as pie, but I don't know
how to do it.
In a database, I have a table with a bunch of
fields. All number fields are numbers. I need to pull an
average for each record of about 8 fields.
I thought the AVG function would do the trick,
but that averages everything in the column. I
need it to average the vale over a few fields for
each record.
Ok, for example, if there was Field1, Field2, Field3 and a record with the values 7, 4 and 10, then the field in the resultant query would have the value 10.
Thanks in advance.
how to do it.
In a database, I have a table with a bunch of
fields. All number fields are numbers. I need to pull an
average for each record of about 8 fields.
I thought the AVG function would do the trick,
but that averages everything in the column. I
need it to average the vale over a few fields for
each record.
Ok, for example, if there was Field1, Field2, Field3 and a record with the values 7, 4 and 10, then the field in the resultant query would have the value 10.
Thanks in advance.