D
DES
I created a Db to keep standings for a Youth Baseball league. Approximately
105 teams spread over 6 age groups.
It works great for entering the game scores. However, it has a problem
sorting the standings.
The standings should be based on Winning Percentage in a descending order.
The report is based of a query that does the calculation based on the number
of wins divided by the number of games.
The Query sorts the Standings correctly, but then the report prints out,
it has problems. problem seems to be at the 2nd decimal point and beyond.
For example the standings might be
Team 1 .950
Team 2 .800
Team 3 .833 <--------
Team 4 .600
Team 5 .550
Etc.
As I said, the Query shows the correct sort.
BTW, Access 2003
Thanks in advance
105 teams spread over 6 age groups.
It works great for entering the game scores. However, it has a problem
sorting the standings.
The standings should be based on Winning Percentage in a descending order.
The report is based of a query that does the calculation based on the number
of wins divided by the number of games.
The Query sorts the Standings correctly, but then the report prints out,
it has problems. problem seems to be at the 2nd decimal point and beyond.
For example the standings might be
Team 1 .950
Team 2 .800
Team 3 .833 <--------
Team 4 .600
Team 5 .550
Etc.
As I said, the Query shows the correct sort.
BTW, Access 2003
Thanks in advance