M
Mark
I have a query (qry1) which lists 3 different fields:
Date Par1 Par2 Par3
.... $10 $20 $30
.... .... .... ....
How can I create a query layout to calculate some basic statistics
(Avg, Var, Stdev, ..) and have the results displayed in the following
way:
Var Avg Var StDev
Par1 ... ... ....
Par2 ... ... ....
Par3 ... ... ....
Currently, I created a query (qry2) based on qry1 to compute these
statistics, but all results are lined up in one single row. How can I
force qry2 to be split in multiple columns?
Thanks for your help.
Date Par1 Par2 Par3
.... $10 $20 $30
.... .... .... ....
How can I create a query layout to calculate some basic statistics
(Avg, Var, Stdev, ..) and have the results displayed in the following
way:
Var Avg Var StDev
Par1 ... ... ....
Par2 ... ... ....
Par3 ... ... ....
Currently, I created a query (qry2) based on qry1 to compute these
statistics, but all results are lined up in one single row. How can I
force qry2 to be split in multiple columns?
Thanks for your help.