G
Guest
Using Access 2000 I need a query which will allow the user to select the top
50 records based on sales (this part is easy using the TOP predicate). The
problem is the user also needs to be able to select the NEXT set of 50 (ie
51-100 in order of sales rank) etc in groups of 50. The table ("Sales") has
an autonumber field ("SalesID") as a primary key as well as a field
("SalesAmt"). I can't figure out how to write this query.
50 records based on sales (this part is easy using the TOP predicate). The
problem is the user also needs to be able to select the NEXT set of 50 (ie
51-100 in order of sales rank) etc in groups of 50. The table ("Sales") has
an autonumber field ("SalesID") as a primary key as well as a field
("SalesAmt"). I can't figure out how to write this query.