A
auujxa2 via AccessMonster.com
I am having one heck of a time, trying to create a running total in a query.
The field I want to keep a running total on is: [GM $ Growth Penetration] -
which is a percentage field
The query that field is in is: [Top80PrcntGM$Growth_subqry]
I'm sorting the field descending. My end goal is to show ONLY the records
where the running sum reaches 80%. (i.e. if there are ten records with a 10%
penetration, only show the first 8 records, because the running total is 80%)
I tried this, but it didn't work:
Running Total: DSUM([GM $ Growth Penetration],[Top80PrcntGM$Growth_subqry],)
Thank you in advance
The field I want to keep a running total on is: [GM $ Growth Penetration] -
which is a percentage field
The query that field is in is: [Top80PrcntGM$Growth_subqry]
I'm sorting the field descending. My end goal is to show ONLY the records
where the running sum reaches 80%. (i.e. if there are ten records with a 10%
penetration, only show the first 8 records, because the running total is 80%)
I tried this, but it didn't work:
Running Total: DSUM([GM $ Growth Penetration],[Top80PrcntGM$Growth_subqry],)
Thank you in advance