Results 1 to 3 of 3
  1. #1
    zachariack is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2019
    Posts
    6

    Ranking

    Hi friends



    how to create ranking from a query
    query: qryTotalPoint (Player_ID, Player_Name, Category, Total_Point)

    need to make ranking for eachcategory

    Thanks

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    With so little information provided I’m guessing all you need is a pointer in the right direction

    Use an aggregate sub query to count the number of records where category = the current record category and points is less than the current record points

    or slightly less efficient, use the dcount function with the same criteria

  3. #3
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Help with Ranking
    By Mbithy in forum Queries
    Replies: 3
    Last Post: 08-05-2012, 10:21 PM
  2. Ranking
    By mrbabji in forum Queries
    Replies: 1
    Last Post: 04-19-2012, 10:33 AM
  3. Ranking (Look for previous ranking)
    By leobear in forum Queries
    Replies: 3
    Last Post: 01-10-2012, 05:58 PM
  4. Ranking and assigning a Value
    By loopyl00 in forum Access
    Replies: 0
    Last Post: 01-11-2011, 12:14 PM
  5. Help to build a ranking
    By chorbi26 in forum Access
    Replies: 0
    Last Post: 12-20-2010, 12:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums