T
The Dummy in Access for Dummies
why do I get just the sum with Avg([column1]+[column2]...)
Sure...in a table...column1=Item...column2-column13=sales per month. In
query
design, I wanted to add a column14 and column15 to have the average and
stdev
for each item (row). I though that all I needed to do was enter
Avg([column2]+...[column13]) and then run the query for the average sales
that year for each row.
The Dummy in Access for Dummies said:why do I get just the sum with Avg([column1]+[column2]...)