I can think of two methods to do what you want. The first method would employ MS Query and set up a query on your table and set the criteria for greater than 249 and less than 501. The second method I would consider is to sort the table on the particular field in ascending or descending order. This would put the records in a sequence that you could view all at the same time.

Alan