Percentage values in a crosstab query

G

Guest

I make a crosstab on some country data:

Total val1 val2
Angola 7 4 3
Ghana 11 2 9
etc.

I would like to have a percentage for each val - e.g. 4/7 = 57% for val1 for
Angola.

How is that done?
 
G

Guest

You could create another query based on your crosstab that calculates the
percent or just calculate these in your form or report.
 

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

Top