|
-
Feb 20th, 2003, 12:15 PM
#1
Thread Starter
New Member
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.
-
Feb 21st, 2003, 12:40 PM
#2
Lively Member
Insert "TOP 10" after the SELECT in the SQL query.
SELECT TOP 10 * FROM YourTable
-
Feb 22nd, 2003, 07:08 AM
#3
Thread Starter
New Member
@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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|