Results 1 to 3 of 3

Thread: Limiting Records in Crystal Report 8.5

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Location
    Phil
    Posts
    8

    Limiting Records in Crystal Report 8.5

    i have sorted the data from a MSACCESS database with a query to show the highiest score to the lowest.

    how can i get only first 10 records to show in the detail section of report? its for the top ten list.

    thanks.

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Location
    Fort Lauderdale, FL USA
    Posts
    112
    Insert "TOP 10" after the SELECT in the SQL query.

    SELECT TOP 10 * FROM YourTable
    Damonous

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Location
    Phil
    Posts
    8
    @damonous

    thanks!



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width