Results 1 to 3 of 3
  1. #1
    PCarra is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Feb 2019
    Posts
    10

    TOP 95 Percent Query


    I am trying to query for the TOP 95 records for a group of records of Devices. I am using the query below:

    SELECT TOP 95 PERCENT [Utilization BPS], [Device]
    FROM testQuery1
    ORDER BY [Utilization BPS], [Device];

    This query returns the top 95 records for device 1 and 2. I want it to return the top 95 records for each device. Can anyone help lead me down the right path?

    Thanks in advance for the help!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    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.

  3. #3
    PCarra is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Feb 2019
    Posts
    10
    June7 thank you I was able to work with that and get what I was looking for!

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

Similar Threads

  1. Finding a Percent Query
    By pickslides in forum Queries
    Replies: 1
    Last Post: 10-21-2018, 10:30 PM
  2. Update Table Query with percent values
    By GinaFlan in forum Queries
    Replies: 3
    Last Post: 10-23-2015, 09:41 AM
  3. Average percent by month query
    By jtmott in forum Queries
    Replies: 2
    Last Post: 11-05-2013, 10:44 AM
  4. percent query rounding less than .5 up
    By jtmo3 in forum Queries
    Replies: 3
    Last Post: 05-04-2012, 02:52 PM
  5. how to calculate Percent in an update query?
    By newtoAccess in forum Queries
    Replies: 4
    Last Post: 11-23-2010, 10:11 AM

Tags for this Thread

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