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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

criteria expression to return top 50 records.

Status
Not open for further replies.

Utracman

Programmer
Mar 12, 2001
20
US
Easy one

What criteria expression would return the top 50 records.

Example

A field has [lastMonthRev] which is the amount the client billed last month. I need to build a query for a report that will return the top clients based on [lastMonthRev].

Many thanks!

Dave To learn fron those who have mastered the art..... Saves many headaches!
 
Under design view of the query If you right click , properties, on the line top values type 50.
 
Thanks!

Dave To learn fron those who have mastered the art..... Saves many headaches!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top