G
Guest
This should be pretty simple. In a query, I want to do an average across a
number of columns. I have tried the following:
Overall Average: Avg([Column 1], [Column 2], [Column 3])
I have tried many variations of this but it always comes back with an error.
I want it to return an average on the scores per person based on a table
that has the following columns.
1) Name, 2) Score 1, 2) Score 2, 3) Score 3
Any suggestions would be helpful.
Chris
number of columns. I have tried the following:
Overall Average: Avg([Column 1], [Column 2], [Column 3])
I have tried many variations of this but it always comes back with an error.
I want it to return an average on the scores per person based on a table
that has the following columns.
1) Name, 2) Score 1, 2) Score 2, 3) Score 3
Any suggestions would be helpful.
Chris