Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to restrict # of recordes

Status
Not open for further replies.

yuli1104

Programmer
Joined
Feb 20, 2002
Messages
60
Location
CA
HI,
Does anybody know how to restrict # of records from your query ? for example, you only want 5 records displayed from your query.
Thanks for any possible help

Yuli
 
sorry, I mean in Crystal Report
 
Hi,
If ur Crystal Report is using a query, Replace it with a procedure and use Set Rowcount 5 in ur s.Proc

Regards,
Shuchi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top