Attached is a Microsoft Access file - BooksToConsiderReading.
I have a question on the query - BookProgressAllBooks.
I have the field - BK-Nbr-Progress sorting in ascending order. The field at the right end of the fields in this query – CALPERCENTAGE is sorted in ascending order.
This query does not seem to be sorting correctly, what am I doing wrong?
Also, I would like to set up a query that would show the maximum progress for each book. For the database records currently in the database, it would give these results.
BK-0001 63.86%
BK-0002 50.72%4
BK-0003 100.00%
BK-0004 10.95%
How can I set up a query to give ONLY the maximum reading results for all books?