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

Show all matches except the first

Status
Not open for further replies.

RobPotts

Technical User
Aug 5, 2002
232
US
Hi,

I would like to create a subfor which shows all the records for a certain item except the first. Is this possible.

Thanks in advance
Rob!
 
If you have some kind of number, key, quantity etc on which the recordset is sorted so that the first record is either the lowest or highest, you could set a criteria equal to all except Max(WhateverNumber) or Min(WhateverNumber).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top