|
-
Feb 21st, 2007, 10:53 AM
#1
Thread Starter
Junior Member
[RESOLVED] Access report: only show the first xx number of records
I have a very simple issue, so maybe it is also very easy to solve, but I could not find a way to solve it...
I have a report that displays lets say a few hundred records. I have sorted the records on a specific field and now I want to display only the first 15 records.
Is there a method to stop displaying the records after the 15th record is displayed?
Last edited by Redmar; Feb 22nd, 2007 at 03:49 AM.
Reason: Resolved
-
Feb 21st, 2007, 03:22 PM
#2
Re: Access report: only show the first xx number of records
Is your report based on a query? If yes it could include the Top clause.
Select Top 15 ...
-
Feb 22nd, 2007, 03:47 AM
#3
Thread Starter
Junior Member
Re: Access report: only show the first xx number of records
Thanks, that was exactly what I was looking for! I didn't know about the Top clause before. A handy one!
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
|