F
Flick Olmsford
We run Access 2003
I have a report for salespersons which lists all salepersons and the total
sales each one made for each week of the month. There are 5 fields on the
line, one per week of the month.
E.g. John Doe Wk1Sales Wk2Sales Wk3Sales Wk4Sale Wk5Sales
Each of the Wk#Sales textboxes get fed by a function that runs a dsum
function over the database.
All sales persons will appear whether or not they met the quota for every
week of the month
How do I calculate the number of salespersons who met their weekly quota for
ALL weeks of the month. Using the average over the month will not do as
they need to meet or exceed the quota every week to be in this count. I do
not want to run another function since this should be doable in the report
section events (I hope)
I have a report for salespersons which lists all salepersons and the total
sales each one made for each week of the month. There are 5 fields on the
line, one per week of the month.
E.g. John Doe Wk1Sales Wk2Sales Wk3Sales Wk4Sale Wk5Sales
Each of the Wk#Sales textboxes get fed by a function that runs a dsum
function over the database.
All sales persons will appear whether or not they met the quota for every
week of the month
How do I calculate the number of salespersons who met their weekly quota for
ALL weeks of the month. Using the average over the month will not do as
they need to meet or exceed the quota every week to be in this count. I do
not want to run another function since this should be doable in the report
section events (I hope)