Queries Based on Query

  • Thread starter Thread starter Gastimore
  • Start date Start date
G

Gastimore

Hi I have a query that return long number of records(over 500000 records), i
want to write sub queries that will return a number of records that I
specify, example query1 will return records 1 to 100000, query2 will return
records 100001 to 200000, query3 will return records 200001 to 300000, etc.

can somebody help me Thanks in advance
 
Is there a field with the record numbers or are you talking about any 100,000
records at a time?
 
Back
Top