Hi again,
I have an access query like this:
"SELECT Sheet1.* FROM Sheet1;"
The result is about 1,000 or 1,500 records.
How can I limit the result, showing only from record number 50 to record number 100.
Is it possible?
BTW, I have no ID field (just in case)
I have an access query like this:
"SELECT Sheet1.* FROM Sheet1;"
The result is about 1,000 or 1,500 records.
How can I limit the result, showing only from record number 50 to record number 100.
Is it possible?
BTW, I have no ID field (just in case)
Comment