Need help to write query to show records by record number

G

Guest

Hello,

I have an access table which has 24,000 rows. What I would like to do is
have four queries to to show records in four parts.

That is, the first query would show the first 6000 records, the second query
would show 6001 to 12000 records, third query show 12001 to 18000 records and
the fourth query show 18001 to 24000 records.

Please help and provide the necessary SQL or Query builder syntax to write
these queries.

Much appreciated.

BM
 
E

Edward G

Is this a trick question? I mean are you hell bent on returning 6000 records
each time
or would you be satisfied with say all records with record numbers between 0
and 6000 even if deletions
cause the record count to be say just for example 5973 records.
Cause I would just enter criteria in the record # column of the query like:
<6000
or
6000 and <12000
if it was me.


Ed G
 
J

Jeff Boyce

Access stores data in tables, in whatever order IT decides. When you say
"the first 6000 records", what are you using to sort/order?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top