This is what I have (a query with varying number of columns AND rows):
____________________________________
This is what I also want (statistics based on the query above and presented as a datasheet in a form):
Avg = average, Var = variance
It would be great if anyone knows a solution to this problem!
- ViAn -
Code:
ColID_0 ColID_1 ColID_2 Col_ID3 ColID_end
-- -- -- -- --
-- -- -- -- --
-- -- -- -- --
lots of rows...
-- -- -- -- --
-- -- -- -- --
____________________________________
This is what I also want (statistics based on the query above and presented as a datasheet in a form):
Code:
Avg -- -- -- -- --
Max -- -- -- -- --
Var -- -- -- -- --
Avg = average, Var = variance
It would be great if anyone knows a solution to this problem!
- ViAn -