I have a table that looks something like this....
Country Silver Gold Bronze Total
USA 3
USA 7
Russia 3
Canada 3
Russia 3
Canada 3
What I need is to create a total in the "Total" column that groups the countried together and adds the numbers that total for that country. In effect, I need this data to show up like this....
Country Silver Gold Bronze Total
USA 3 7 10
Russia 3 3 6
Canada 3 3 6
I have tried multiple queries and I am getting nowhere.
Any suggestions?
thanks!
JennW
Country Silver Gold Bronze Total
USA 3
USA 7
Russia 3
Canada 3
Russia 3
Canada 3
What I need is to create a total in the "Total" column that groups the countried together and adds the numbers that total for that country. In effect, I need this data to show up like this....
Country Silver Gold Bronze Total
USA 3 7 10
Russia 3 3 6
Canada 3 3 6
I have tried multiple queries and I am getting nowhere.
Any suggestions?
thanks!
JennW