D
DES
Sorry if this is a duplicate, I wrote it and think I deleted the message
instead of sending it .
I wrote an access db for a youth baseball league consisting of 108 teams in
6 age groups.
The purpose it to enter game scores and generate standings. It works great
for entering the games but I have a bug in the standings portion.
The standings will not sort correctly. It should sort on Winning percentage
in a descending order.
The problem seems to be in the 2nd decimal place on.
for example, the standings may look like
Team 1 .950
Team 3 .800 <------
Team 2 .833 <------
Team 4 .750
Team 6 .600
etc.
When it should read
Team 1 .950
Team 2 .833 <----
Team 3 .800 <----
Team 4 .750
Team 6 .600
etc.
The report is based on a query which calculates the winning percentage by
diving the number of wins by the total number of games played, to 3 Decimal
places.
If I print out the query results, it sorts correctly, it is just the
report that doesn't print right.
Any suggestions where to look? I am a rookie.
TIA
instead of sending it .
I wrote an access db for a youth baseball league consisting of 108 teams in
6 age groups.
The purpose it to enter game scores and generate standings. It works great
for entering the games but I have a bug in the standings portion.
The standings will not sort correctly. It should sort on Winning percentage
in a descending order.
The problem seems to be in the 2nd decimal place on.
for example, the standings may look like
Team 1 .950
Team 3 .800 <------
Team 2 .833 <------
Team 4 .750
Team 6 .600
etc.
When it should read
Team 1 .950
Team 2 .833 <----
Team 3 .800 <----
Team 4 .750
Team 6 .600
etc.
The report is based on a query which calculates the winning percentage by
diving the number of wins by the total number of games played, to 3 Decimal
places.
If I print out the query results, it sorts correctly, it is just the
report that doesn't print right.
Any suggestions where to look? I am a rookie.
TIA