Help calculating %s of total

  • Thread starter Thread starter erick-flores
  • Start date Start date
E

erick-flores

I have a Grand Total = $100.000
And
Total of <30 = $25.000
Total of 31-60 = $25.000
Total of 61-90 = $25.000
Total of 90+ = $25.000

What I want is be able to show the % on each category, like:

<30 = 25% of total
31-60 = 25% of total
61-90 = 25% of total
90+ = 25% of total

I need to show this on a form. I already have all the fields (<30,
31-60, etc) working in a query.

How do I show the % based on the total???

Thanks in advance
 
I don't know if this will help but a simple one I have used in the control is
=(CCur([name]/[name]))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top