L
Linda RQ
Hi Everyone,
Using Access 2003
I have Query that has Current Date, PtsOnThpy (num), PtsOnOdrsts (num),
Appropriate Thpy Percent which is an expression "PtsOnOdrsts/PtsOnThpy"
What I need from this query is
Average percent by quarter
Average percent by quarter so far
I created another query using this first one as a base and have only one
field in there which is this expression
AvePrtclPcnt: Avg([AppropriateThpyPercent])
It appears to be calculating correctly but I don't have a ton of records in
there.
1.) Is it ok to use the Avg function to get an average of the total
percents?
2.) How do I get it by quarter with January as the first month of the first
quarter?
3.) How can I get a running tally of percent so far for the current quarter?
I do plan on creating a report by quarter from here but I also want to show
the running tally for the quarter on a form control.
Thanks,
Linda
Using Access 2003
I have Query that has Current Date, PtsOnThpy (num), PtsOnOdrsts (num),
Appropriate Thpy Percent which is an expression "PtsOnOdrsts/PtsOnThpy"
What I need from this query is
Average percent by quarter
Average percent by quarter so far
I created another query using this first one as a base and have only one
field in there which is this expression
AvePrtclPcnt: Avg([AppropriateThpyPercent])
It appears to be calculating correctly but I don't have a ton of records in
there.
1.) Is it ok to use the Avg function to get an average of the total
percents?
2.) How do I get it by quarter with January as the first month of the first
quarter?
3.) How can I get a running tally of percent so far for the current quarter?
I do plan on creating a report by quarter from here but I also want to show
the running tally for the quarter on a form control.
Thanks,
Linda